how to open the form1( design page) of an added project from the current project In C# windows
Hi,
I added an existing project (webcam_Test) to a c# windows application(chat client), i want to oopen the form1 of (webcam_test) from the button click of the (chat client) application
how to open the form1( design page) of an added project from the current project