Originally posted by skitterz
Yeah, like I made an application, and I want to make a BRAND NEW application, and have the form1designer be the welcome screen, then have my other application load off a welcome menu or button
Sorry I am a little late with the reply, I had to go out! So how you would open your other application is easy but from what you have said you could just build the idea into your current code (welcome screen > click button > open frmMain)
But to open another application use
Process.Start("example.exe")
Replace example.exe with your other application name.