Article ID: 102482
Article Last Modified on 7/11/2005
while (1)
{
GetMessage();
DispatchMessage();
}
Because this requires a thread looping, there is no real advantage to
adding a timer to a console application over using a thread waiting on an
event.
Keywords: kbinfo kbwndw KB102482