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
/JimmyUnfortunately that can't be done in Visual Studio 2010.
精彩评论