Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
1 Posted Topic
Re: Here's an example I wrote for you, I added comments since you said programming is not your major. [CODE]Dim timercount As Integer = 60 'The number of seconds Private Sub btnStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStart.Click Timer1.Interval = 1000 'The number of miliseconds in a second … |
The End.