I want to Load a form which is in Project2 from a form in Project1 by clicking a button on Form1 of project1, can anyone let me know. Plz.
Printable View
I want to Load a form which is in Project2 from a form in Project1 by clicking a button on Form1 of project1, can anyone let me know. Plz.
Why not just add the form to project1? Or are you trying to link two programs together?
i can make the project1 to Exe and use it in form2 of project2, but i just wanna know if its possible for calling form1 from form2. I was building a system where i am useing someones project, the problem is if i copy the code and use it, but its giveing some problem, so i wanna try this way where i can use both projects.
In VB, you can make a project group and add more than one projects to it. But this feature is included for testing ActiveX controls, ActiveX dlls and such things. You cannot load one form from in another project.
Hope this will clarify your doubts.
Kishore.