Beep - method of the Pm object
Description:
Replay of the Windows OS system sound.
Syntax:
Empty Beep(Long nType)
Parameters:
nType | (Long) Specifies sound type
-1 - Simple beep. If the sound card is not available, then the sound is generated using the computer speaker.
0 - SystemHand
16 - SystemQuestion
32 - SystemExclamation
48 - SystemAsterisk |
---|
Note:
The
PlaySound method serves to replaying the sound file of the
*.wav type.
This method
is not functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
Pm.Beep(16);
Pm.Beep 16