CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Waiting for a Splash Screen

    MFC++ 5.0 Win 95/NT4

    Hi;
    I use a call to SetTimer to display a splash screen when my app first starts. I want to suspend the program until the splash screen is deleted. I can not find a Pause function. A while() loop that waits for the dialog to disappear hogs the processor. This should be simple.

    Thanks


  2. #2
    Guest

    Re: Waiting for a Splash Screen

    void Sleep ( DWORD dwMilliseconds )


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

Featured