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

Re: VS2005 - disable main form until splash has closed? by Kevin

Kevin
Tue Feb 19 07:20:42 CST 2008

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

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP

"Olaf Rabbachin" <Olaf_NoSpam@IntuiDev.com> wrote in message
news:umJnWZucIHA.4844@TK2MSFTNGP04.phx.gbl...
> 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