Shows form on time
Shows form on time
Rate Shows form on time
(1(1 Vote))
' Form 1 code
Private Sub Timer1_Timer()
If Timer1.Interval = 100 Then
Form2.Show
End If
'Form2 Code
End SubPrivate Sub Command1_Click()
If Text1.Text = "Dump" Then
Form3.Show
Timer2.Interval = 100
End If
End Sub
Shows form on time Comments
No comments yet — be the first to post one!
Post a Comment