I would like to add a texbox to the Project,Item and solution menu in Visual Studio 2010.
It seems the way I did it in Visual Studio 2008 no longer work.
Old way:
menuItem = _applicationObject.GetCommandBar("item").Controls.Add(MsoControlType.msoControlEdit, 1, "", 1, false);
Is there a way of doing this in Visual Studio 2010? Doing the above code returns that I can only add popup and button.
Cheers
/Jimmy