Hi Friends
I have a "Group" VB application that contain several projects; each project itself contain several forms. how can I load and show different forms of each of the projects?
Thank you for your help.
Printable View
Hi Friends
I have a "Group" VB application that contain several projects; each project itself contain several forms. how can I load and show different forms of each of the projects?
Thank you for your help.
By invoking the other forms from the startup form or by starting the project separately.