开发者

Adding controls to a form when I only have the reference to it’s EnvDTE

I am writing na Add-In for Visual Studio 2010, and I want it to add controls to an existing Form in an existing Project in an existing Solution, and I already have references to all of them.

As I have the reference to the Project Item that represents the file of the form, I want a reference to the Form per se, then I’ll be able to do anything to it (changing properties, and adding controls).

I have tried some approaches, though I must admit I haven’t ran out 开发者_StackOverflow中文版of tries. But since this is quite an interesting subject, instead of keeping on beating around the bush, I decided to write this question, so it would be faster for me, and would be registered for future similar doubts from anyone else.

Summarizing:

I have:

EnvDTE.ProjectItem myPrjItemForm

And I want to have:

System.Windows.Forms.Form myFormObject


Have a look at these articles:

HOWTO: Add a control to a Windows form from a Visual Studio add-in

HOWTO: Manipulating controls of Windows forms from Visual Studio .NET add-ins

It's VB code, but as far as I can tell, it illustrates the steps you need to perform.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜