Importing form GUI from another project

  • Thread starter Thread starter Jianwei Sun
  • Start date Start date
J

Jianwei Sun

Hello Ronny,
I need to import the Winform GUI from one project to another(with all
the
controls).
Is there a simple way to copy&paste it or must I create every control
by
hand
Regards
Ronny

I think you can copy& paste, do you encounter any issues?

Thanks,
J.W.
 
I need to import the Winform GUI from one project to another(with all the
controls).
Is there a simple way to copy&paste it or must I create every control by
hand

Regards
Ronny
 
Hello Ronny,

Right click on the solution --> Add--> Existing project inside Visual Stuido.

Or just compile you GUI project in dll and add the reference to it.

Kind regards,
Andrei Varanovich [C# MVP]
 
Thanks,
Please note
1.the source project is an executable
2. my current project is a dll clas library
3. I can't simply add it to the project. I have to import its form and the
form controls.

Regards
Ronny
 
Back
Top