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

Thread: Toolbars

  1. #1
    Guest

    Toolbars

    What control provides a toolbar similar to the MS Office products?


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

    Re: Toolbars

    If you want to take advantage of dockable toolbars with icons, then the best that I've seen (and used) is ActiveBar from DataDynamics (http://www.datadynamics.com) - It's a bit pricy though.

    If dockable toolbars aren't that important (but icons and the like are), then you can use the toolbar / menu controls from http://www.vbaccelerator.com - these come with full source code and are excellent.


    Chris Eastwood

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

  3. #3
    Join Date
    Jan 2000
    Posts
    72

    Re: Toolbars

    check out this site
    http://mskadu.freeservers.com/articles/vb/
    there seems to some code available for toolbars here.


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