Hi there everyone, I'm new to the forums and new to coding. I'm currently making a program for a VB class I'm in. I'm required to have a splashscreen and 5 windows. Not a big deal, its a simple little rpg calculator, my issue is I set my code up to load a form up to start a new game or load an old game up. I have visual basic loading up the splashscreen at the same time. I wish to be nudged in the right direction. How would I allow the splash screen to show up, close, then load the dialogbox that allows the player to start a new game or load an old character file?

My current code is in a form load

" Private Sub Mainform_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

SimWelcome.ShowDialog()
End Sub
End Class"