Click here to Skip to main content
15,910,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have been writing a vb.net application and it seems the bigger it gets when io go to run it the application is a little blotching and looks very ugly till the whole application has loaded.

Is there any way to have the application load and show itself once its fully loaded. I need some ideas on how i can make the application flawless. I do have a 3 items load on start up and that's checking the local domain. Checking files on a remote server and then hiding some buttons depending on what Os the local machine has.

Thanks for you time and your ideas.
Posted

This is where you should be farming out the long running work to background threads. Google for "BackgroundWorker examples".
 
Share this answer
 
Why Don't you try Full window splash screen with a message while loading the application in the back end? This might not be a solution But Just an idea not to show what is happening while Loading?
 
Share this answer
 
Comments
Zachary.shupp 4-Mar-12 17:49pm    
That sounds like a good idea. Would you have any information on that for vb.net

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900