VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Time bleeps

by m .akram (2 Submissions)
Category: Miscellaneous
Compatability: VB.NET
Difficulty: Unknown Difficulty
Originally Published: Sun 8th April 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Time bleeps

Rate Time bleeps




    End Sub
    'Code: 


    Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click

    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        Label1.Text = TimeString
        Beep()
    End Sub

    Private Overloads Sub Command1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Command1.Click
        Label1.Text = TimeString
        Beep()
    End Sub
End Class


Download this snippet    Add to My Saved Code

Time bleeps Comments

No comments have been posted about Time bleeps. Why not be the first to post a comment about Time bleeps.

Post your comment

Subject:
Message:
0/1000 characters