I am developing an addin for visual studio 2008+. I want to provide a menu option in Tools>MyAddin> Open Project or Solution option when no solution or project is loaded within Visual Studio.
I am aware of how to create custom menus options/command bar. I just want to create a proxy command that may in turn invoke the same operation as that of "File >Open " or "File > New" Dialog.
Kindly suggest some pointers.
Thanks you.
Steve