|
-
Jul 20th, 2001, 09:10 PM
#1
Thread Starter
New Member
sndPlaySoundA how do i stop?
How do i stop the sndPlaySoundA in the winmm.dll? When i close the program the sound keeps playing.
-
Jul 20th, 2001, 09:59 PM
#2
Fanatic Member
Do this to stop any sound that sndPlaySound is playing.
VB Code:
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 
-
Jul 20th, 2001, 10:02 PM
#3
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|