VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Shows The correct Time And Date

by Milind Kadam (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 31st August 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Shows The correct Time And Date

Rate Shows The correct Time And Date



Text1.Text = "Time :" & Time
End Sub

Private Sub Command2_Click()
End
End Sub

Private Sub Command3_Click()
Text1.Text = ""
Text2.Text = ""
End Sub

Private Sub m_Click()

End Sub

Private Sub Command4_Click()
Text2.Text = "Date :" & Date
End Sub

Private Sub Command5_Click()
Form2.Show
End Sub



Download this snippet    Add to My Saved Code

Shows The correct Time And Date Comments

No comments have been posted about Shows The correct Time And Date. Why not be the first to post a comment about Shows The correct Time And Date.

Post your comment

Subject:
Message:
0/1000 characters