Results 1 to 3 of 3

Thread: Replace WinXP taskbar Tooltip for another program

  1. #1

    Thread Starter
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    282

    Replace WinXP taskbar Tooltip for another program

    Hi.

    I need to replace the common Tooltip from WinXP taskbar for another application (a custom Tooltip). So, I need to run an application when the mouse hover a task button. Is this possible, programatically? If so, how?

    Thank you

  2. #2
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: Replace WinXP taskbar Tooltip for another program

    hai rs_arm
    not sure about tooltip. but its posible to detect the mouse move over a taskbar button.

    first, those buttons are built on a toolbar. that tool bar is built on the taskbar. to monitor the message send to the toolbar, it involve some subclassing. so you can monitor the messages sent to the toolbar for example wm_mousemove and take what ever the action needed.

    you need to take a look at this thread
    http://www.vbforums.com/showthread.php?t=391338

  3. #3

    Thread Starter
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    282

    Re: Replace WinXP taskbar Tooltip for another program

    Hi Fazi,

    Great link there. I'll check it out.
    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
  •  



Click Here to Expand Forum to Full Width