Results 1 to 2 of 2

Thread: DoEvents????

  1. #1

    Thread Starter
    Addicted Member Cbomb's Avatar
    Join Date
    Jul 1999
    Posts
    153

    DoEvents????

    Whats the C++ equivilent of VB's DoEvents?
    Cbomb
    Techie

  2. #2
    Megatron
    Guest
    Try something like:
    Code:
    MSG msg;
    PeakMessage(&msg,hwnd,0,0,0);
    TranslateMessage(&msg);
    DispatchMessage(&msg);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width