|
-
March 22nd, 2013, 11:33 PM
#7
Re: C# Load times and .NET resources
Build a test project that only shows a splash screen and compare that with you load times. If that loads fast enough, then start disabling stuff from your app until you find the items that are slowing the app down. Move the loading of those items into another thread. P.S. Sleep(...) isn't going to help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|