Results 1 to 4 of 4

Thread: Text under mouse pointer?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Location
    S.A
    Posts
    89

    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....

  2. #2
    Frenzied Member TheBionicOrange's Avatar
    Join Date
    Apr 2001
    Location
    Cardiff, UK
    Posts
    1,818
    Type it in the 'tooltip text' for the control concerned.

    When the mouse hovers over the control the text will appear.

  3. #3
    Hyperactive Member CHAMPGARY's Avatar
    Join Date
    Jul 2002
    Posts
    386

    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:
    1. Text1.ToolTipText = Text2

    Gary

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Mar 2002
    Location
    S.A
    Posts
    89
    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
    I forgot my password....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width