Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI All,

i am trying do this, when the user hover over any word in the system, the program must tell me you hovering over the X word

i don't know how to start, Please Help

any help will be appreciated
Posted

1 solution

I don't think there is a practical solution to this. There is no standard API for this stuff.

If this was at all possible, this is how I would do it (there may be a better way).
Take the basic code from a window finder, such as FindWindow[^]. Mix that with something like Microsoft's SAPI[^].

This will at least get you the control which is under the mouse. Get the window text and shove it into the SAPI.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Nov-11 0:16am    
Agree, a 5. Not sure "tell me" means text-to-speech. Whatever...
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900