Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


Beep
 

 

 

Description

beep, this will cause the pc speaker to beep at a given frequency for a given duration in milliseconds

Author

Programmershelp

Code

Private Declare Function Beep Lib "kernel32" _
(ByVal dwFreq As Long, ByVal dwDuration As Long) As Long


Private Sub Form_Load()
Beep 200, 2000
End Sub

Information

tested using VB 6

 

 

 

 

Download

beep.txt


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Display someone elses metatags(PHP)
Stock ticker lookup(PHP)
aligning text(CSS)
checks for free diskdrive's and add them to a combobox(VB)
Count words in a sentence(PHP)
vertical scrolling text(Darkbasic)
Reverse a string(VB.net)
Random letters(PHP)

    




Copyright © 2003 by programmershelp.co.uk