M Morten Wennevik Dec 9, 2003 #1 In the middle to a heavy recursive loop, can you pause and force a message check?
M Miha Markic Dec 9, 2003 #2 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?
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?
J Jan Tielens Dec 9, 2003 #3 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?
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?