|
-
November 9th, 1999, 10:02 AM
#1
MFC Beep
Hello,
I'm sour that you thing my question is easy,
but I just like to know how to make a beep (not default system sound) in a MFC application.
Thanks
-
November 9th, 1999, 10:08 AM
#2
Re: MFC Beep
You might want to try
MessageBeep(0xFFFFFFFF);
-
November 9th, 1999, 12:33 PM
#3
Re: MFC Beep
You can use MessageBeep() with any of these parameters that should have alternate sounds associated with them :
-1 Standard beep using the computer speaker
MB_ICONASTERISK SystemAsterisk
MB_ICONEXCLAMATION SystemExclamation
MB_ICONHAND SystemHand
MB_ICONQUESTION SystemQuestion
MB_OK SystemDefault
HTH
Roger Allen
Q2 - [CB]RIGamortis
ICQ - 31764540
Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
Please remember to rate useful answers. It lets us know when a question has been answered.
-
March 12th, 2012, 09:58 PM
#4
-
March 13th, 2012, 05:58 AM
#5
Re: MFC Beep
I bet the OP got this resolved sometime in the past 12 years!
Be sure to rate those who help!
-------------------------------------------------------------
Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193
-
March 13th, 2012, 01:06 PM
#6
Re: MFC Beep
@Pro_C: please don't wake up the grandpa's topics!
[ Thread closed ]
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
|