PC Speaker
-
Hi, There How we can Send a beep to Internal PC Speaker while a wave file is playing by the External Speaker via sound Card (Using i.e SndPlaySound())? Is There Any Idea? Yours, Mehrdad:confused:
-
Hi, There How we can Send a beep to Internal PC Speaker while a wave file is playing by the External Speaker via sound Card (Using i.e SndPlaySound())? Is There Any Idea? Yours, Mehrdad:confused:
-
printf("%d", 0x07);
as the ASCII character 7 is the bell character
TOXCCT >>> GEII power
[toxcct][VisualCalc]yes, But this play a beep on Both(Internal And external) i want to play only on ninternal speaker thanks,
-
Hi, There How we can Send a beep to Internal PC Speaker while a wave file is playing by the External Speaker via sound Card (Using i.e SndPlaySound())? Is There Any Idea? Yours, Mehrdad:confused:
Is [MessageBeep] and [beep] of any help
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta
-
Hi, There How we can Send a beep to Internal PC Speaker while a wave file is playing by the External Speaker via sound Card (Using i.e SndPlaySound())? Is There Any Idea? Yours, Mehrdad:confused:
I think the [Beep function](<a href=) is where you are looking for. Geert Want to spread the newest version of your software automatically? Use Updater! Visit my website: http://geert.yoki.org
-
yes, But this play a beep on Both(Internal And external) i want to play only on ninternal speaker thanks,
-
I think the [Beep function](<a href=) is where you are looking for. Geert Want to spread the newest version of your software automatically? Use Updater! Visit my website: http://geert.yoki.org
-
Hi, There How we can Send a beep to Internal PC Speaker while a wave file is playing by the External Speaker via sound Card (Using i.e SndPlaySound())? Is There Any Idea? Yours, Mehrdad:confused:
Dear toxcct first, printf("%d", 0x07); prints 7 on stdio second, I tried printf("%d", 0x07); again, it plays beep on both speakers, iam working with VC++7,console mode Win32 app, WindowsXP