Splash Screen from Code Library

Bernie

Well-known member
Joined
Aug 13, 2007
Messages
98
Programming Experience
3-5
I put my standard About Box and Splash Screen into a code library along with a number of other stadard things I use. The about box works fine in that I can instantiate a local version and then show.

My question is how can I select the splash screen out of the dll? The drop down box on the Properties page only shows forms in this project.

In C# I can instantiate the splash screen manually before the intialization process and then hide afterword. Is there a similar way in VB?

Thanks,
Bernie
 
Set My.Application.SplashScreen property in applications Startup event says help, I'd say do it in applications OnInitialize.
 
Back
Top