Is there a good alternative to using DoEvents in order to stop the application from going into 'Not Responding' mode during long processes, allowing labels etc to update with progress, and allowing user to cancel process?
Cheers,
Lithic
Printable View
Is there a good alternative to using DoEvents in order to stop the application from going into 'Not Responding' mode during long processes, allowing labels etc to update with progress, and allowing user to cancel process?
Cheers,
Lithic
Yes, break your long processes up into smaller ones and do them one at time, updating your progress bars in between.
What's wrong with DoEvents?
http://www.vbforums.com/showthread.php?t=315416Quote:
Originally Posted by Lithic
http://www.vbforums.com/showthread.php?t=285335
They should be what your looking for :)
Pino
Great! Thanks for that link.
Nothing I guess...I thought that veterans didn't like them...Quote:
What's wrong with DoEvents?
Hey I remember this link. I wrote it :bigyello:
http://www.vbforums.com/showthread.php?t=315416
Good memory Pino :thumb: