Ok, this tutorial will teach you step by step, how to make a digital clock in VB (visual basic) 6!
ok so start off and create a simple standard exe
Now you should have this
next click the Label Button [look in screenshot] and draw a box [look in screenshot]
now double click on the "box" you have made to get this up, Delete everything and paste this into the box
Code:Private Sub Timer1_Timer() Label1.Caption = Time End Sub
Now close that and make a TIMER [ image ]
place this anywhere, not go to the right side (click on timer first) and change the setting to this
and now click play!












Reply With Quote


