Add Splash Screen with Code

  • Thread starter Thread starter Bernie
  • Start date Start date
B

Bernie

I added my standard splash screen to my library where I keep my commonly
used code. In VB .NET you define the splash screen in a drop down box in
properties. That drop down box only contains forms in the current project.

How can I manually enter the splash screen that I have in the registered
dll?

In C# this is done by showing the screen before initialization and then
hiding in the end. How could it be done in VB?

Thanks,
Bernie
 
Back
Top