VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Shows form on time

by The Ghost (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Tue 12th September 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Shows form on time

Rate Shows form on time



' 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





Download this snippet    Add to My Saved Code

Shows form on time Comments

No comments have been posted about Shows form on time. Why not be the first to post a comment about Shows form on time.

Post your comment

Subject:
Message:
0/1000 characters