How would I go about creating a loading screen or method that will load all my components and show the progress of loading through a progress bar. I would love to set something like this up for some of my larger form applications. I know how to do it with XNA to load all my content but forms applications I can't really seem to figure out.
lxXTaCoXxl 26 Posting Whiz in Training
Recommended Answers
Jump to PostOne simple way to keep track of which forms are loaded would be to have a call in their On_Load events to increment a variable in a static class. If you know the total number of forms to load, you can use this number to evaluate the percent loaded. Keep …
Jump to PostThe Timer control can only really fire events at about a 25-50ms interval, so setting it to 1ms will do you no good. And if you are embedding hi-res images in the application there will really be no way to lower the overall size...
It might be a good …
All 6 Replies
lolafuertes 145 Master Poster
zachattack05 70 Posting Pro in Training
skatamatic 371 Practically a Posting Shark
lxXTaCoXxl 26 Posting Whiz in Training
skatamatic 371 Practically a Posting Shark
lxXTaCoXxl 26 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.