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
    226

    Customizable Toolbars

    How do I create rearrangable, custimizable, dockable toolbars like in Visual Studio, MS Office, Internet Explorer, etc.

    The toolbar control in Visual Studio called toolbar creates a toolbar that can't be moved around. Also, you can only put buttons on the toolbar. However, you can attach drop down menus to the buttons. I want to be able to put a drop down control on my toolbars.

    Thanks

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    you will need to make a user control of your own. there aren't good samples. someone may have it.

    Paresh
    - Software Architect

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