At the start of my application I want everything to load first.
It should show a screen that is saying " Loading Configuration... Please wait", and in the background it should load up the Mysql datbase, or whatever needs to be loaded.
Basically Load at the begginning, so forms don't lagg when your trying to use them.
Best way to do this?
Thanks