Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Is there any windows application process interface to read selected/highlighted text from foreground window .

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
891 views
Welcome To Ask or Share your Answers For Others

1 Answer

The accessibility interfaces are provided for this purpose. There have been various such interfaces in the history of Windows. Today, the recommended API is UI Automation. An overview can be found on MSDN: Windows Automation API Overview.

Be prepared for the fact that not all controls in every application will submit to automation. In general it is probably impossible to expect to read text from every application in existence. However, well behaved applications will support automation.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...