DIGITAL TIMER USING VISUAL BASIC oneloops 20:30 LAB PROGRAMS, STUDY MATERIALS 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 Share : Tweet ✚ Related Post
0 Comment "DIGITAL TIMER USING VISUAL BASIC"
Post a Comment