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!
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!
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.
How do I create a new toolbar for my vspackage?
Tim S
Scott Cadillac
This video demonstrates How Do I: Add Commands to Menus and Toolbars
FL1
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]