Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Heyy

I have to projects one a Splash screen project the other just a normal windows form. I wont to be able to get connect the splash screen project and run it, then run the form which is in a completely different project.

I feel like a noob for not knowing how to do this X|

Best wishes,
Joel Tankard
Posted

1 solution

Process.Start in your splash screen will start the other program, if it knows the path.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900