CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Customize Toolbar

    I have created my own toolbar. I want to let the user the ability to customise the toolbar layout like in the Visual studio. Any idea?
    Thanks.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Customize Toolbar

    did you know that the standard toolbar control that comes with VB (6) supports customization? Just set the "AllowCustomize" property to true.
    If the user double-clicks the toolbar at runtime, the customization dialog pops up.


  3. #3
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Re: Customize Toolbar

    Thanks. It helps but can I display a customise dislaog box like in Visual Studio?


  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Customize Toolbar

    The Visual Studio toolbars are not the same as the Common Controls Toolbars that come with VB.

    One of the best that I've seen that offers this same kind of functionality is the ActiveBar control from http://www.datadynamics.com. It costs around $140 but is well worth it (there are a few glitches, but we've been using it in a production app for over a year with no problems).



    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

  5. #5
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    Re: Customize Toolbar

    Thank you!


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