|
-
Aug 30th, 2002, 07:15 AM
#1
Thread Starter
Lively Member
Text under mouse pointer?
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
Last edited by Sundance Kid V2; Aug 30th, 2002 at 07:19 AM.
I forgot my password....
-
Aug 30th, 2002, 07:25 AM
#2
Frenzied Member
Type it in the 'tooltip text' for the control concerned.
When the mouse hovers over the control the text will appear.
-
Aug 30th, 2002, 07:31 AM
#3
Hyperactive Member
Re: Text under mouse pointer?
Originally posted by Sundance Kid V2
It might be that I need to get the text from another application
May be like that
VB Code:
Text1.ToolTipText = Text2
Gary
-
Aug 30th, 2002, 07:41 AM
#4
Thread Starter
Lively Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|