Advertisement

beep noise with vc++

Started by January 29, 2002 07:57 PM
-1 comments, last by killadude 22 years, 7 months ago
hey how do i make my comp beep with c++ the code i used is void BeepDlg::OnButtonBeep() { // TODO: Add your control notification handler code here ///////////////////// //My code starts here ///////////////////// MessageBeep((WORD)-1); ///////////////////// //My code ends here ///////////////////// } when i use that it compiles with out any errors- but doesnt make any beeping noise. its not so important right now- but i would like to know whats wrong... SKATEBOARDING IS NOT A CRIME!
SKATEBOARDING IS NOT A CRIME!

This topic is closed to new replies.

Advertisement