S seeni Nov 10, 2003 #1 I want to extend the context menu item for a project in solution explorer of VS IDE. Which object to use...? -seeni
I want to extend the context menu item for a project in solution explorer of VS IDE. Which object to use...? -seeni
A AlexS Nov 10, 2003 #2 You can use MenuItem itself. Just derive your class from it and add required methods, properties. HTH Alex
You can use MenuItem itself. Just derive your class from it and add required methods, properties. HTH Alex