In the following sample, try to hit a key on the keyboard and you will hear a sound. Is there any way to avoid it?
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
@ 1, 1 BUTTON "Test";
ACTION MSGINFO( "Test" )
ACTIVATE DIALOG oDlg;
CENTER
RETURN NILEMG