VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Extremely simple code which shows the time and beeps.

by Disha D Patel (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 27th September 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Extremely simple code which shows the time and beeps.

Rate Extremely simple code which shows the time and beeps.



label1.caption=time$
beep
end sub

private sub timer_time()     
' timer interval keep to 60
label1.caption=time$
beep
end sub

Download this snippet    Add to My Saved Code

Extremely simple code which shows the time and beeps. Comments

No comments have been posted about Extremely simple code which shows the time and beeps.. Why not be the first to post a comment about Extremely simple code which shows the time and beeps..

Post your comment

Subject:
Message:
0/1000 characters