VBForums
>
Other Languages
>
C and C++
> DoEvents????
PDA
Click to See Complete Forum and Search -->
:
DoEvents????
Cbomb
Aug 15th, 2001, 03:50 PM
Whats the C++ equivilent of VB's DoEvents?
Megatron
Aug 15th, 2001, 04:48 PM
Try something like:
MSG msg;
PeakMessage(&msg,hwnd,0,0,0);
TranslateMessage(&msg);
DispatchMessage(&msg);
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.