Hi All
I have set a splash screen form as the application splash screen in VB.net
2005
I t runs fine but stays on top when my login screen appears
How can I shut the splash screen down when the login screen is shown
Attempts to close it from the application main form results in error message
e.g frmsplash.close
'Cross thread operation not valid'
Any ideas
Regards
Steve
I have set a splash screen form as the application splash screen in VB.net
2005
I t runs fine but stays on top when my login screen appears
How can I shut the splash screen down when the login screen is shown
Attempts to close it from the application main form results in error message
e.g frmsplash.close
'Cross thread operation not valid'
Any ideas
Regards
Steve
Comment