Results 1 to 2 of 2

Thread: Playing .wav files....Please Help me

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Location
    US
    Posts
    115

    Unhappy Playing .wav files....Please Help me

    Does any one know how to get .wav files to play in vb if so please help me out....

    Thanks
    Pinkpanther

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    The SndPlaySound API call. Look up SND_ASYNC and add it in. Then you can play a WAVE like this:
    VB Code:
    1. SndPlaySound "C:\hello.wav", SND_ASYNC
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

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