Hi, I have a simpl form, with one button on it. When you click the button, some things happen that take maybe 3 minutes. How can I return control to the form during this time?
That is, during this time, the form can't be moved, and I update a lable with a counter indicating progress, but if you click a different window and come back, the form is not redrawn.
Any ideas?
Thanks
CJB
That is, during this time, the form can't be moved, and I update a lable with a counter indicating progress, but if you click a different window and come back, the form is not redrawn.
Any ideas?
Thanks
CJB