Beep
-
I'm currently using the Beep method to make, well a beep ;P, sound when an action occurs. This works well on my development machine (a laptop) in the fact that it plays the beep through the sound card to my headphones/speakers. However on the machine the program will run on the beep comes out of the system speaker (the one that makes beeps on startup). Does anyone know if there is a similar method that will allow me to always direct the output through the sound card? I don't want to start playing sound files as all I need is to play a beep at a set frequency for a set period of time, so something very basic :-D cheers,
-
I'm currently using the Beep method to make, well a beep ;P, sound when an action occurs. This works well on my development machine (a laptop) in the fact that it plays the beep through the sound card to my headphones/speakers. However on the machine the program will run on the beep comes out of the system speaker (the one that makes beeps on startup). Does anyone know if there is a similar method that will allow me to always direct the output through the sound card? I don't want to start playing sound files as all I need is to play a beep at a set frequency for a set period of time, so something very basic :-D cheers,
Are you looking for MessageBeep()?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_