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
Rob Windsor [MVP] - 28 Jan 2005 15:43 GMT
Put the form in a DLL and have both projects reference that DLL.

Signature
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
http://msmvps.com/windsor/
> Hi all,
>
[quoted text clipped - 11 lines]
>
> Roy