How can I show a form belongs to project 2 when user click a button on
form belongs to project1?
I tried this with negative results.
Load Project2.Form1
Thanks
Printable View
How can I show a form belongs to project 2 when user click a button on
form belongs to project1?
I tried this with negative results.
Load Project2.Form1
Thanks
What type of Porjects are Project1 and Project2? If both are standard exe then you can work through command line parameters, otherwise if its an ActiveX Dll/Exe/Control, then you could set a reference to the said project and then call then call a method in the second project to show the form.