While my program loading, I have a splash screen. After the program is done loading my Splash-screen closes and the main form (form1) shows (all good up to that point). But the problem is after the Splash-screen I cannot close form 1, nor can I move it. here is what have.
Startup Form:
Form1
Splash-screen:
Splash-screen1
as soon as I disable the splash screen, Form1 can close, minimize and move, but when i enable the Splash-screen it stops working.... any ideas?
( I am using vb.net 2010)