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

Thread: Playing sound

  1. #1
    Join Date
    Oct 1999
    Posts
    16

    Playing sound

    Does anyone know how to play a midi or a wav file using MFC?

    &d http://www.angelfire.com/ct/aznandy

  2. #2
    Join Date
    Oct 1999
    Location
    Germany
    Posts
    238

    Re: Playing sound

    Hi !

    you can use the sndPlaySound-function to play a wav-file.
    You need the mmsystem-stuff for this.

    Regards,

    Matthias.


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