VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Performs an Action at a Specifed Time and also displays current time. About as simple as you can ge

by VisualScope (20 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 29th May 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Performs an Action at a Specifed Time and also displays current time. About as simple as you can get!!!!!

Rate Performs an Action at a Specifed Time and also displays current time. About as simple as you can ge



Dim x As String
Private Sub Text2_Change()
x = Text2.Text
End Sub

Private Sub Timer1_Timer()
   If x = Time Then
   MsgBox "THE TIME HAS COME!!!" 'you can put what ever action you want here
   End If
   Text1.Text = Time
End Sub


Download this snippet    Add to My Saved Code

Performs an Action at a Specifed Time and also displays current time. About as simple as you can ge Comments

No comments have been posted about Performs an Action at a Specifed Time and also displays current time. About as simple as you can ge. Why not be the first to post a comment about Performs an Action at a Specifed Time and also displays current time. About as simple as you can ge.

Post your comment

Subject:
Message:
0/1000 characters