I am making a clock program. which will be used as a world time
clock it will start at GMT timezone and go from there. I am
wondering how to make this clock change its time, like add or
remove a hour or two. i am using a simple code using a label and
a timer.

Private Sub Timer1_Timer()
Label2.Caption = Time
Label3.Caption = Date
Form1.Caption = Time

End Sub

with the timer interval set at 1000

you can email me @ RD242NY@excite.com