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

Thread: Tooltip

  1. #1
    Join Date
    Jun 2003
    Posts
    299

    Tooltip

    Is it true that the ToolTip is seen only for the buttons which are enabled by setting the ToolTipText property of the button. Because even if i have the ToolTipText property set for a button but if that button s disabled,the ToolTip is not displayed..is there a way to get around this or thats just the way it works?

    Thanks!

  2. #2
    Join Date
    Jun 2003
    Posts
    299
    any help??

  3. #3
    Join Date
    Jul 2003
    Location
    Chennai
    Posts
    42

    ToolTip (Requested by vblearner123 )

    hi,

    As focusing on the Solution, we can get the Solution. But it is not the right Solution but we can achieve it ...!!!

    Use a picture control, change its Appearance, Border Style, Backcolor (to form backcolor) according to your need (not to be displayed) and enter the Tooltip to be Displayed on the Picture Control. Bring this Picture control back to the Command button.

    Just disable the Button and move the cursor to the button.......

    All the Best.....

    bye
    Soundar

    Originally posted by vblearner123
    any help??
    your's
    Soundar

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