|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
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
|
|
|
|