Results 1 to 3 of 3

Thread: sndPlaySoundA how do i stop?

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    4

    sndPlaySoundA how do i stop?

    How do i stop the sndPlaySoundA in the winmm.dll? When i close the program the sound keeps playing.

  2. #2
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930
    Do this to stop any sound that sndPlaySound is playing.
    VB Code:
    1. sndPlaySound vbNullString, 0
    I'm baaaack...
    VB5 Professional Edition, VC++ 6
    Using a 1 gHz Thunderbird, 256 mb RAM, 40 gb HD system with Win98se

    I feel special because I finally figured out how to loop midis: Post link
    I'm a fanatic too

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2001
    Posts
    4

    Talking

    thanks man!

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