Home All Groups Group Topic Archive Search About

How to copy a Form from one solution to another solution?

Author
5 Dec 2006 2:47 AM
AlexAngAB@gmail.com
I am using Visual Studio.Net 2003.
1. How to copy a Form from one solution to another solution?
2. How to copy a Form within the same solution?
Thanks.

Author
5 Dec 2006 8:35 AM
pace.uk@googlemail.com
Hi,

First one is right click the project in which you wish to add the
existing form in another solution and choose "Add, Exisiting Item" then
navigate into the forms directory and add it.

The second one really you should just call another instance if you
already have it. For example;

Dim frm as new MyFormName
frm.Show(me)

Regards,
Pace


AlexAn***@gmail.com wrote:
Show quote
> I am using Visual Studio.Net 2003.
> 1. How to copy a Form from one solution to another solution?
> 2. How to copy a Form within the same solution?
> Thanks.
Author
9 Dec 2006 2:15 PM
AlexAngAB@gmail.com
Thanks.

pace***@googlemail.com wrote:
Show quote
> Hi,
>
> First one is right click the project in which you wish to add the
> existing form in another solution and choose "Add, Exisiting Item" then
> navigate into the forms directory and add it.
>
> The second one really you should just call another instance if you
> already have it. For example;
>
> Dim frm as new MyFormName
> frm.Show(me)
>
> Regards,
> Pace
>
>
> AlexAn***@gmail.com wrote:
> > I am using Visual Studio.Net 2003.
> > 1. How to copy a Form from one solution to another solution?
> > 2. How to copy a Form within the same solution?
> > Thanks.

AddThis Social Bookmark Button