how to integrate many projects as one project

rocks_lp

Member
Joined
Dec 16, 2008
Messages
15
Programming Experience
Beginner
we are working on a project. three different people are coding the forms seperatly. now we need to integrate all three into one project. how can we doo that in visual studio.net
 
Use project menu, or context menu in Solution Explorer, and select "add existing item", browse to and select the formX.vb file. The related formX.resx and formX.Designer.vb files are added automatically.
 
Back
Top