I have a VB Group Project called Group1 and in that I have 2 projects namely Project1 and project2.Can any one tell me how to call the project2 from a form of project1.
Printable View
I have a VB Group Project called Group1 and in that I have 2 projects namely Project1 and project2.Can any one tell me how to call the project2 from a form of project1.
The short answer is you cant, they are ran as 2 entirely different programs. If one is a dll then you can call the DLL from the other project by creating an instance of it. Otherwise you need somekind of linking, search in the forum cos theres loads of ways !