Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.