VS2005 - disable main form until splash has closed?

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
 
K

Kevin Spencer

Call the Splash Screen in the OnLoad override of the Form.

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top