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 #107.55K
1 Posted Topic
Re: Hi, I use the second code in VB6 Private Sub Command3_Click() Timer1.Interval = 1000 Label7.Caption = "80" End Sub Private Sub Timer1_Timer() If Label1.Caption = 0 Then MsgBox ("MSG HERE") Label1.Caption = 80 Timer1.Enabled = False Else Label1.Caption = Label1.Caption - 1 End If End Sub When I click again … |
The End.