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

    Customizable Toolbars

    I have some CToolbars in my app.
    I call
    m_ToolBar.GetToolBarCtrl().Customize();
    and the dialog flashes up then immediately disappears.
    Does anybody know what I'm doing wrong?

    Thank You,
    Devin
    [email protected]



    -------------
    Thank You,
    Devin
    [email protected]

  2. #2
    Join Date
    May 1999
    Posts
    2

    Re: Customizable Toolbars

    Hello,
    Unfortunately, MFC does not give you this for free! Please grab the class at
    http://www.codeguru.com/toolbar/customizable_tb.shtml
    to implement this. Remember to pick the bug fix posted in the comments too. This will help for the floating toolbar.

    Bye,
    Paul Selormey.




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