Jan 14, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 Which MFC would you use to play a .wav file? Thanks.
Jan 14, 2002 #2 KeithBrautigam Programmer Joined Nov 4, 2000 Messages 71 Location US I'd use the PlaySound function. You may read about it at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/mmfunc_9uxw.asp?frame=true Upvote 0 Downvote
I'd use the PlaySound function. You may read about it at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/mmfunc_9uxw.asp?frame=true
Jan 15, 2002 Thread starter #3 Guest_imported New member Joined Jan 1, 1970 Messages 0 Works great! Thanks a lot. JH Upvote 0 Downvote