Background load of a form

  • Thread starter Thread starter Muscha
  • Start date Start date
M

Muscha

Hello,

I have this form that is control heavy and take a while to load. When the
form loads I can really see that it loads the control one by one (or
noticeable) even in a fast computer.

Is there a way to background load the form and when it finishes loading
everything then do a .Show() or something like that?

thanks,

/m
 
* "Muscha said:
I have this form that is control heavy and take a while to load. When the
form loads I can really see that it loads the control one by one (or
noticeable) even in a fast computer.

Is there a way to background load the form and when it finishes loading
everything then do a .Show() or something like that?

Does this even occur when you show the form a 2nd time?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Improve your quoting style:
<http://learn.to/quote>
<http://www.plig.net/nnq/nquote.html>
 
I have this form that is control heavy and take a while to load. When
the
Does this even occur when you show the form a 2nd time?

Yes it still slow after I do show for the second time (or thereafter). Is
there something like double buffering on the form if I can?

/m
 
Back
Top