Can I build a single VB-application which contains more than one Vb-Project and therefore more than one .exe file chaining each other (like old basic compiler CHAIN statement)?
I'm sorry for my bad English, thanks.
Printable View
Can I build a single VB-application which contains more than one Vb-Project and therefore more than one .exe file chaining each other (like old basic compiler CHAIN statement)?
I'm sorry for my bad English, thanks.
You can create a project group and add projects to the group. Under the file menu select ADD PROJECT and then find the project you want to add. You can group as many projects as you want in the IDE and then compile them seperately.
That help?