Hi All.
Could anyone tell me how to get the text under the mouse pointer ?
Thanks
It might be that I need to get the text from another application
:)
Printable View
Hi All.
Could anyone tell me how to get the text under the mouse pointer ?
Thanks
It might be that I need to get the text from another application
:)
Type it in the 'tooltip text' for the control concerned.
When the mouse hovers over the control the text will appear.
May be like thatQuote:
Originally posted by Sundance Kid V2
It might be that I need to get the text from another application
:)
VB Code:
Text1.ToolTipText = Text2
Gary
Thanks for the replies but
It is not Tooltip...
If i move my mouse over another control (a label for example) then i want to be able to pick up the text under my mouse (like a screen scraper).
If i mouse my mouse over this thread (browser)for example then I want to pick up (display) the text beneeth the mouse. or if I move my text over Explorer i want to see the direcotry name beneeth the mouse.
Thanks :)