Form_Load - Slow Painting
This is a very minor issue, but i have a form with a background image and a few controls, but when i open this form, the form is painted in blocks/sections, and it looks very poor during that 1 or 2 seconds.
How can i make the form load itself first, and then show itself, without the delay to paint itself that it currently has??
:confused:
Re: Form_Load - Slow Painting
hi, did you ever find a solution to this problem (Form_Load - slow painting)...? i would be more than interested to hear.....
Re: Form_Load - Slow Painting
There are a couple of posts about it in this blog that may help, here's one of the days:
http://www.codinghorror.com/blog/archives/000177.html
Re: Form_Load - Slow Painting
Hi!
I have a similar problem. Any solution, please?
regards
Re: Form_Load - Slow Painting
Well, this is an old thread, but I am having a similar issue (i.e., when the form loads, you can initially see "holes" where the controls are supposed to be). Much of the code in the form load event has to do with loading comboboxes and other startup tasks. I still experience the issue (although not as bad) when moving the code to the Activated event.
Can anyone offer a solution?