PC Review


Reply
Thread Tools Rate Thread

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

 
 
AlexAngAB@gmail.com
Guest
Posts: n/a
 
      5th Dec 2006
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.

 
Reply With Quote
 
 
 
 
pace.uk@googlemail.com
Guest
Posts: n/a
 
      5th Dec 2006
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


(E-Mail Removed) 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.


 
Reply With Quote
 
AlexAngAB@gmail.com
Guest
Posts: n/a
 
      9th Dec 2006
Thanks.

(E-Mail Removed) wrote:
> 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
>
>
> (E-Mail Removed) 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.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion VS2005 Solution to VS2008 Solution sippyuconn Microsoft C# .NET 4 23rd May 2008 10:03 AM
How to Copy a Solution in VS.NET 2003 to a new Solution =?Utf-8?B?Sm9obiBhdCBGcmVlIERlc2lnbg==?= Microsoft Dot NET 1 21st May 2005 04:36 AM
copy of solution =?Utf-8?B?TFU=?= Microsoft ASP .NET 0 18th Apr 2005 10:07 PM
Copy a whole Solution ? JezB Microsoft Dot NET Framework 5 20th Jun 2004 09:55 PM
rebuild solution automaticly each time im running the solution in the ide Daylor Microsoft Dot NET 1 24th Sep 2003 05:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:16 AM.