How do I hide the splash screen on application load? VB.NET 2005

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DigitalInvertor
    New Member
    • May 2007
    • 21

    How do I hide the splash screen on application load? VB.NET 2005

    OK, here is the problem....

    When I load my application I am using the application loading events in VB.NET 2005... The problem is that the module events will sometimes cause msgbox errors, etc...
    The issue is that the splash screen will cover them up.

    Is there a solution?

    Thanks
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Uhh, either don't have a splashscreen, or change the timings of when it comes up/when you display an error.

    Another good idea would be to get rid of whatever causes the error.

    Comment

    Working...