Form Generator

R

Radenko Zec

How to programatically add C# form to existed solution?
I want to make program(C# form generator),to
create solution,add project to new solution,and add several forms later
without even opening Visual Studio.
I suspect that development such project include
use Visual Studio Add-in?
Please help me?
 
N

Nicholas Paldino [.NET/C# MVP]

Radenko,

You don't want to open visual studio? If you are going to add new
forms, new code, or anything to your project, you will have to use some sort
of development tool. In .NET, Forms are classes, and classes require code,
which has to be compiled.
 
B

Barry Kelly

You don't want to open visual studio? If you are going to add new
forms, new code, or anything to your project, you will have to use some sort
of development tool. In .NET, Forms are classes, and classes require code,
which has to be compiled.

I think he might be talking about using it as a COM server, or otherwise
automating VS.

-- Barry
 
R

Radenko Zec

I need to make form generator in c#.But i was confused.
I must create solution,then project and go to visual studio add-in to
generate forms.
But how to create add-in for visual studio 2003 or 2005?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top