Visual Studio Development Bookmark and Share   
 index > Visual C# Express Edition > Refresh the form
 

Refresh the form

Hi

I wrote a applicationdealing withintensive data processing - lots of loops and queries running behind the scene. The problem is theuser form becomes blankafter minimising and maximising, it seems i need to refresh the screen or form.Any one knows what I should do to deal withthis problem?

Thanks

Yuelin

yuelin2  Monday, February 13, 2006 3:32 PM

hi,

Please use multithreading to carry out some tasks on your form. A separate thread can perform some time consuming operations.

regards,

nasha.

Nasha1  Monday, February 13, 2006 6:07 PM

I would have a look at the background worker control in the tool box

Glenn Wilson  Monday, February 13, 2006 10:31 PM

hi,

Please use multithreading to carry out some tasks on your form. A separate thread can perform some time consuming operations.

regards,

nasha.

Nasha1  Monday, February 13, 2006 6:07 PM

I would have a look at the background worker control in the tool box

Glenn Wilson  Monday, February 13, 2006 10:31 PM

You can use google to search for other answers

Custom Search

More Threads

• Help: Advise on a Learning Track
• A newbie question
• Data Controls!!
• crystal reports in VC# express
• Connect to MYSQL database from C# 2005 express IDE
• working with sql server using C#
• How do I delete multiple files?
• login form
• Problem Regarding My Project
• Few Questions.