C Cool Guy Jul 19, 2005 #1 I assume that a call to Application.DoEvents doesn't return until the pending messages are processed. Is this correct?
I assume that a call to Application.DoEvents doesn't return until the pending messages are processed. Is this correct?
L Lloyd Dupont Jul 19, 2005 #2 yep! but the thing is, event keeps being generated! so, if you want to process all event until the user quit, Application.Run() is the best choice...
yep! but the thing is, event keeps being generated! so, if you want to process all event until the user quit, Application.Run() is the best choice...