I created a command and menu item for the context menu for the solution
window. When I right-click a project in the solution window, the context
menu comes up and my menu item is underneath the Add menu item (physically
below this menu item).
Now, what I want it to do when clicked is open the "Add New Item" dialog.
Currently, I can open this window myself, but the extra functionality I want
is to select a specific item (custom item I created) from this list. I
don't want it to be added to the project until the user enters the name of
the item he/she/it is adding.
My problem is to get my custom item selected in this "Add New Item" dialog.
All the rest of the code is in place and works for adding the command/menu
item to the context menu for the solution window.
Any and all help is much appreciated.
Thanks in advance,
Mythran
|