May I build a single VB-application which contains more than one Vb-Project and therefore more than one .exe file?
I'm sorry for my bad English, thanks.
Printable View
May I build a single VB-application which contains more than one Vb-Project and therefore more than one .exe file?
I'm sorry for my bad English, thanks.
You can load multiple projects into the IDE and make anyone of them the active startup project. The projects can all be stored in a .vbg group but are still saved separately. The group just makes it easy to load in a group of related projects. You would also make them into exe's separately, so no, one exe would not 'house' all of the programs.