Hi there,
After using the wizard to create a new AddIn under VS 2005, which now
appears on the Tools menu as "View DB", how can I now:
1) Add a submenu item to the "View DB" item
2) Add the standard ?symbol to the end of the "View DB" row to indicate that
a submenu is in fact present (assuming it isn't automatically added for me
once the submenu item itself is added).
Thanks for the help.
Larry Smith - 05 Jul 2006 18:36 GMT
> 2) Add the standard ?symbol ...
Sorry, the symbol I'm referring to is the (right-pointing) triangle that
appears on the end of any row whenever that row is a parent menu (i.e., it
indicates that a submenu follows)
Carlos J. Quintero [VB MVP] - 06 Jul 2006 10:15 GMT
See:
HOWTO: Add a popup command bar to the context menu of a code window of
Visual Studio .NET.
HOWTO: Guessing the name of a command bar to add a custom menu entry in
Visual Studio .NET add-ins.
at
Resources about Visual Studio .NET 2002/2003 and Visual Studio 2005
extensibility
http://www.mztools.com/resources_vsnet_addins.htm

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hi there,
>
[quoted text clipped - 7 lines]
>
> Thanks for the help.
Larry Smith - 06 Jul 2006 15:09 GMT
> HOWTO: Add a popup command bar to the context menu of a code window of
> Visual Studio .NET.
[quoted text clipped - 7 lines]
> extensibility
> http://www.mztools.com/resources_vsnet_addins.htm
Thanks. I've been stuck in menu "hell" for the past couple of days (not one
of MSFT's better designs but the lack of adequate documentation is the real
problem).