The ShowDialog will stop all activity in Mainform until SimWelcome is closed. One way would be to add code to SimWelcome_Load where, after some time, it closes itself. Have you seen the Timer class yet?