import/export of forms, possible?

J

Jeff

Hey

VS2005
..NET 2.0

In a project in VS2005 I've got a form. I would like to have this form in
another project I have in VS2005. How do I do that? is there a way I can for
example export the form from it's original project and import it into target
project?

any suggestion?

Jeff
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,


What is wrong with just copying the form to the other project and then
adding it there?
 
P

Peter Duniho

Jeff said:
In a project in VS2005 I've got a form. I would like to have this form in
another project I have in VS2005. How do I do that? is there a way I can for
example export the form from it's original project and import it into target
project?

The best way, IMHO, is to create a new project into which you copy the
form. Then you can just reference that project from both projects that
need to use the form (you would remove the original copy of the form
from your first project).

However, as Ignacio says, you could just copy and paste the form from
one project to another as well.

If none of that is helpful, perhaps you can be more specific about what
trouble you're having.

Pete
 

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