VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Little Piano(Re-Submission)

Ajit Kumar Gupta  (1 Submission)   Sound/MP3   Visual Basic 5.0   Beginner   Wed 3rd February 2021

This applicatiom makes use of API known as BeepAPI.It alows user to make differnt sound with the different keystrokes from('a' to 'z') and spacebar.

Assumes
The user must make sure that the Piano will function only during the keypress provided there is focus to this application(i.e. if its form is on top of any other application).

Returns
It makes sound depending upon the keystrokes and settings of the time and frequency through the scrollbars.

API Declarations
Private Declare Function BeepAPI Lib "kernel32" Alias "Beep" (ByVal dwFrequency As Long, ByVal dwMilliseconds As Long) As Long

Rate A Little Piano(Re-Submission) (6(6 Vote))

Download A Little Piano(Re-Submission)

A Little Piano(Re-Submission) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters