PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Conditional Splash form display?

Reply

Conditional Splash form display?

 
Thread Tools Rate Thread
Old 03-01-2007, 11:05 PM   #1
RJ
Guest
 
Posts: n/a
Default Conditional Splash form display?


I'm using the Visual Basic Application Model and handling the
MyApplication.Startup event. This project template provides all the wiring
for a splash form, which works great. My question is - can I conditionally
supress display of the splash form with this approach? I've tried the
following 3 things, to no avail, in the MyApplication.Startup event handler
code :

1) Me.MinimumSplashScreenDisplayTime = 0

2) Me.SplashScreen = Nothing

3) Me.HideSplashScreen()

I still get the splash form displayed. This Application Model is very clean
and simple, and I'm hoping I don't have to abandon this structure, just
regulate the splash form. Thanks for any ideas.

RJ


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off