CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Mouse

  1. #1
    Join Date
    May 1999
    Posts
    5

    Mouse

    I am trying to write code to show the hint box by a mouse cursor. If anyone could please tell me how to do so. What I inted to do is have a rectangle with text relative to the mouse cursor, as seen on most applications during OnMouseOver controls. Thanx


  2. #2
    Join Date
    Apr 1999
    Posts
    27

    Re: Mouse


    It is tooltip control for the most control.
    if you don't want to show tip some controls
    , I think you do by yourself only


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

Featured