beep noise with vc++
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
Popular Topics
Advertisement