Well, try this then. After your splash screen is loaded, use a for next loop from 1 to 100 to update your progress bar to give the illusion that it is loading something. When the for next loop is complete, load the main form and unload the splash screen.
You will need to use a nested for next...