DIGITAL TIMER USING VISUAL BASIC

PROGRAM
Private Sub Command1_Click()
End
End Sub
Private Sub Timer1_Timer()
Text1.Text = Format(Now, "HH:MM:SS")
Text2.Text = Format(Now, "DD/MM/YYYY")

End Sub

0 Comment "DIGITAL TIMER USING VISUAL BASIC"

Post a Comment