I have a multi form project and I was trying to create a new instance of my multiform project but just i was created a new instance of form1
Using:
Dim new Program as New Form1
Program.Show()
I want to get the same result like double click in .exe file of my compiled project by code, cause my program have 15 forms and i just can create a new instance of principal form.