Quote Originally Posted by MagniB View Post
Hello,

I set the frequency to 700 and time to 1000ms, like this:

Code:
 Beep(700, 1000);
But I can't hear the beeping sound on my laptop. Why is it? My laptop is Sony Vaio. Do laptops have internal speaker?

Thanks!
One thing you can try is open command line (run->cmd) and enter:
Code:
c:\>net start beep
it should enable the beep if it disabled.

Cheers