CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Spain
    Posts
    335

    ToolBar: Why my tool tips are not shown ?

    Hi,

    I have a tool bar, and I have some buttons of the toolbar disabled, but when I enable it, then the tooltips are not shown, is there any solution for this ?, Thanks, Bye !
    Braulio


  2. #2
    Guest

    Re: ToolBar: Why my tool tips are not shown ?

    Make sure EnableToolTips() is being called in the CFrameWnd (CMainFrame) class.


  3. #3
    Join Date
    May 1999
    Location
    Spain
    Posts
    335

    Still don't works...

    I have done it but I still have the problem, mmm... I have the tool bar attached to one view ( not to the mainframe), but I think that is the same functionallity, but only put it all in the view ( I have taked the example to do that in one article of codeguru).

    Can you help me a little bit more ?, Thanks, Bye !
    Braulio


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