Advertisement
4_2005-2006 Miscellaneous #156742

An easy way to do a Clock and Date!!!!!

This code displays the date and time In digital format!!! very cool and easy PLEASE VOTE(good votes only) lol only joking

AI

สรุปโดย AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

ซอร์สโค้ด
original-source
'Replace the text in the first timer with the following'
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
'Replace the text in the Second timer with the following'
Private Sub Timer2_Timer()
Label2.Caption = Date
End Sub
'Remember make sure you set the timer intervals to 1'
'and make sure the labels are blank'
'otherwise it wont work!'
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine