merging 2 projects in Visual Studio .NET 2003 (VC++)

G

Guest

I have 2 projects in VC++ and I was wondering what is the best way to
"import" the windows forms from one project to another.

thanks in advance...

Lovens
 
L

Lloyd Dupont

reference the 1st project in the second.....
(Caution: No cross reference, just one way reference)

The easiest would probaly to have the 2 project in the solution.
right click on your solution => add existing project
 

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