VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Tired of the same old Beep? Using just one line of code in an API call, choose the frequency and

by Roderick Thompson (12 Submissions)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 1st March 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Tired of the same old "Beep"? Using just one line of code in an API call, choose the frequency and duration of sounds from the internal

Rate Tired of the same old Beep? Using just one line of code in an API call, choose the frequency and



    ' Syntax BEEP FREQUENCY, DURATION
    Beep 1000, 300
    Beep 1200, 300
    Beep 1400, 300
    Beep 1600, 300
    Beep 1800, 300
    Beep 2000, 600
    Beep 1800, 300
    Beep 1600, 300
    Beep 1400, 300
    Beep 1200, 300
    Beep 1000, 300
End Sub

Download this snippet    Add to My Saved Code

Tired of the same old Beep? Using just one line of code in an API call, choose the frequency and Comments

No comments have been posted about Tired of the same old Beep? Using just one line of code in an API call, choose the frequency and . Why not be the first to post a comment about Tired of the same old Beep? Using just one line of code in an API call, choose the frequency and .

Post your comment

Subject:
Message:
0/1000 characters