Retrieve a word at mouse current position?
Hi everyone
Is there a way to retrieve a word at mouse current position regardless of the window? Maybe the a question is a little of confuse, so I describe it in detail. Whenever my applications is running and a user is moving a mouse to particular window that has some texts, I would like my application to pick a word (just a word not all text) at the current mouse position. Can this be done? Thanks for any help.
Re: Retrieve a word at mouse current position?
Microsoft Active Accesibility can give you the text under mouse cursor, but it wont tell you the exact word.
so if we get the text (actually the text paragraph who has same IAccesible), how to calculate what word is behind the cursor ??