So I’m developing a game and it’s a little heavy on some systems, so here’s what I would like to do when the game opens (pseudo code):
Show Splashscreen
Load GameForm
When GameForm Is Completely Loaded
Splashscreen Close
Show GameForm
How is this done in actual VB code?
Open Visual Studio > new VB.Net Winform Project
Right click Solution > Add New Item > SplashScreen
Double click Form1 and in the Form1_Load event: