Reusing a Windows form in another project

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
 

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