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

Categories

0 votes
890 views
in Technique[技术] by (71.8m points)

delphi - I want to read Mouse selected text from foreground window without using clipboard

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

See Question&Answers more detail:os

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

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...