How do I create a new toolbar for my vspackage?

hi ,

can anyone tell me how i can create a new toolbar for my package , add menus to the toolbar and commands to the menus!
Also how can i add a new menu to the existing standard toolbar!

kind regards.


Answer this question

How do I create a new toolbar for my vspackage?

  • Tim S

    vineeth2005 wrote:
    hi ,

    can anyone tell me how i can create a new toolbar for my package , add menus to the toolbar and commands to the menus!
    Also how can i add a new menu to the existing standard toolbar!

    kind regards.

  • Scott Cadillac

    For those of you who is looking for the information, how to extend existing menus and toolbars.
    This video demonstrates How Do I: Add Commands to Menus and Toolbars



  • FL1

    Hello Vineeth,

    We have a number of new topics in VS 2005 beta2 Help that might help you achieve what you're looking for.  The top-level topic for this area is called "Displaying Add-in on Toolbars and Menus." The Help link is: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_extcore/html/f9959cfb-0538-49ec-b01e-b98c4d11444a.htm

    In it, there are topics that show you how to:

    - Expose add-ins on the Tools menu (if you didn't choose that option when you created your add-in)
    - Expose an add-in as a button on the toolbar
    - Change the default icon for an add-in
    - Use a custom icon for the add-in button
    - Expose an add-in on a shortcut (right-click) menu.

    HTH!

    Regards,
    -Kemp Brown [MSFT]

  • How do I create a new toolbar for my vspackage?