|
Home
Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
Forums
Web Site
Software
gbCodeLib
Personal
Webcam
Biography
Contact Me
|
GBIC >>
Source Code >>
Visual Basic >> Snippet
|
16 Sound
'VB has only 1 intrinsic support of sound - the Beep function
Beep
'emits a short mid-frequency sound
'The frequency and duration of the beep depend on your hardware
'and system software, and vary among computers.
'To employ sound in a VB application the Windows API are used
|
|
|
|