VS2005 - disable main form until splash has closed?

  • Thread starter Thread starter Olaf Rabbachin
  • Start date Start date
O

Olaf Rabbachin

Hi everybody,

I am using a form (predefined template) as a splash screen which is being
displayed for a couple of seconds.
Other than with older versions of VS I don't have to fiddle around with
timers and threads to display that form - it seems that the template is
implementing that behaviour behind the scenes for me.

However, I need to keep the main form deactivated until the splash form has
closed. How can I achieve that?

Cheers & TIA,
Olaf
 
Call the Splash Screen in the OnLoad override of the Form.

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
 
Back
Top