Reusing a Windows form in another project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I need to use a form from one application to another. I can do the followings:
1. Copy the form.vb file to the new project folder and add it to the project
as an existing form.
2. Create a new form in the project and copy the code from form.vb to this
new form.
3. Other (your suggestion)

What approach makes more sense?
Thanks

Roy
 
Back
Top