How to make a splash from is sub main?

  • Thread starter Thread starter Robert Dufour
  • Start date Start date
R

Robert Dufour

I know in Vs2005 you can define a splash form in the projection's
configuration, but if you use the application framework to define a splash
form, you must have the startup object be a form in the project and I have
to have a sub main as startup object, so I can't use the application
framework. What code is required to have a splash form appear when your
project uses sub main as the start up object?
Thanks for any help.
Bob
 
Back
Top