Forum: Visual Basic 4 / 5 / 6 Dec 10th, 2004 |
| Replies: 14 Views: 152,461 did i hear that proply u cant get a clock 2 show the correct time of day if so
stick a timer and a label on the form the code is
Private Sub Form_Load()
Timer1.Interval = 100
... |