B
Bernie
I have a dll that is my library of standard code I use in many applications.
I have my about box and splash screen in that dll. The about box is easy
enough to code to the Help|About menu, but I can't figure out where to put
the splash screen.
In the project properties, the drop down box for the splash screen doesn't
let you slect a screen out of a dll in the project. I tried adding it into
MyApplication_Startup but the form never completely displays.
The application requires some database access to load the main form. I want
the splash screen to mask this process while the app access the database.
I've found many solutions that use a timer for the splash screen, but I
prefer the method where the screen stays displayed as long as it's needed.
Where can I program in a Splash Screen from a DLL?
Thanks,
Bernie
I have my about box and splash screen in that dll. The about box is easy
enough to code to the Help|About menu, but I can't figure out where to put
the splash screen.
In the project properties, the drop down box for the splash screen doesn't
let you slect a screen out of a dll in the project. I tried adding it into
MyApplication_Startup but the form never completely displays.
The application requires some database access to load the main form. I want
the splash screen to mask this process while the app access the database.
I've found many solutions that use a timer for the splash screen, but I
prefer the method where the screen stays displayed as long as it's needed.
Where can I program in a Splash Screen from a DLL?
Thanks,
Bernie