Can you force a message check?

  • Thread starter Thread starter Morten Wennevik
  • Start date Start date
M

Morten Wennevik

In the middle to a heavy recursive loop, can you pause and force a message
check?
 
Hi Morten,

Application.DoEvents Method.
Though you might put your loop in a worker thread instead.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com

In the middle to a heavy recursive loop, can you pause and force a message
check?
 
What do you mean by "a message check". Do you want to repaint the scree, or
certain controls? This can be done by calling the Refresh method of a
control.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan


In the middle to a heavy recursive loop, can you pause and force a message
check?
 
Back
Top