VB.NET Addin
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
I want to drop a textbox at runtime using VB.NET addin. I could get access to the code file using FileCodeModel object, but not to the design part of the ProjectItem. I know, I could do it using FileCodeModel, including all the code for the textbox in 'Form designer' code region. But, I guess, it would very efficient and simple to using designer and just drop a textbox. Thanx for the help Bhaskara