Hi
I wrote a application dealing with intensive data processing - lots of loops and queries running behind the scene. The problem is the user form becomes blank after minimising and maximising, it seems i need to refresh the screen or form. Any one knows what I should do to deal with this problem
Thanks
Yuelin

Refresh the form
Todd Biggs MSN
I would have a look at the background worker control in the tool box
t-965
hi,
Please use multithreading to carry out some tasks on your form. A separate thread can perform some time consuming operations.
regards,
nasha.