The MCI interface works OK, but it will lock up your app for the time it takes to play your .wav file.
Look in the API Text Viewer for the PlaySound Win32 function. The sound gets played by a separate thread run by the operating system, so your app can continue doing your startup tasks in the background while it distracts the user
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.