10-27-2008 06:30 AM
Solved! Go to Solution.
10-27-2008 06:42 AM
If you have a console application, then: printf ("\7"); will do the trick. Unfortunately in a GUI based project this method will also leave a console window visible afterwards...
JR
10-27-2008 07:45 AM
The Windows SDK defines a function named Beep(), which allows you to play a specified frequency for a specified amount of time on the PC speaker.
if it is not already done, you need to install the Windows SDK which is bundled with CVI, and of course, #include <windows.h>.
10-28-2008 01:55 AM
yes,I used the Beep(),but no beep sound on PC Speaker. There is beep sound on the sound card.
10-28-2008 03:42 AM
10-28-2008 08:04 PM