Hello,
I have .NET WPF application, that sits in background, and responds to user selecting text for example in Microsoft Word. After user selects text I need to draw window next to selected text.
My question is: How it is possible to get selected text coordinates in currently active application?
As I understand it has to do with Interop services and Windows messages
Is there an easy way to find solution to this problem?