Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi

 

I'm loading in my app a few controls dynamic in code in a loop. But when this executes your screen shows some drawed white boxes, but you can't do anything in the program until the execution is done and all the controls have been created.

 

How do you enable to do something for the user with the first controls that are allready displayed while the other controls are still loading???

 

 

 

Thanks

 

Nico

Visit http://www.nico.gotdns.com

 

Now ONLINE!

  • *Experts*
Posted

Have you tried using this.SuspendLayout() or Me.SuspendLayout()? Don't forget to call ResumeLayout when you're done.

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...