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

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top