You are not logged in.

Search results

Search results 1-2 of 2.

Friday, April 10th 2009, 11:27pm

Author: XelaisPWN

Making a clock?

Oh, I see! It's 24-hour time, but that should be really easy to fix! Thank you so much!

Friday, April 10th 2009, 6:27am

Author: XelaisPWN

Making a clock?

Hello, all, i'm really new at this whole Jabaco thing. I've been learning Visual Basic 6 for the past month or so, and I'm starting to get the hang of it. That's why I got Jabaco-to practice visual basic 6. but enough about my history. For some reason, the code I learned a long time ago for making a digital clock doesn't work. Jabaco Source 1 2 3 4 5 6 7 8 Public Sub Form_Load() Timer1.Enabled=True Timer1.Interval=1000 End Sub Public Sub Timer1_Timer() label1.Caption=Time End Sub Label 1 ends up...

WoltLab Burning Board