Thursday, October 21, 2010

I am writing a program that has several parts. How do I join all those parts together using VB 2008?

If anyone knows how to join parts of a program together in VB 2008, any help is greatly appreciated.I am writing a program that has several parts. How do I join all those parts together using VB 2008?
If you have written several different VB programs as seperate projects you can combine the elements into one project.



Start a new project then on the menu bar click project then select Add Existing Item. Browse to your other project folders and add the forms, classes and modules from these projects.

No comments:

Post a Comment