Report, edit, etc...Posted by Shmeeps on 2005-10-23 at 21:11:16
I'm learning Visual Basic, and this is the first program I've made. It's a simple stopwatch, shows start, end, and elapsed time in real time. Kinda cool, pretty easy to do.
[attachmentid=14777]
Report, edit, etc...Posted by Tmac on 2005-10-23 at 21:16:23
I'm going to learn programming soon. Once I finish one of the maps I'm doing!
Report, edit, etc...Posted by saibaman8 on 2005-10-23 at 21:30:24
you should have it do milliseconds. there's not enough stuff going on on the screen
Report, edit, etc...Posted by Shmeeps on 2005-10-23 at 21:48:20
QUOTE(saibaman8 @ Oct 23 2005, 08:30 PM)
you should have it do milliseconds. there's not enough stuff going on on the screen [right][snapback]340143[/snapback][/right]
I still have to figure out how ><
Report, edit, etc...Posted by LegacyWeapon on 2005-10-23 at 21:53:04
I used the timer to keep count of the time rather than the Now constant.
Report, edit, etc...Posted by saibaman8 on 2005-10-23 at 22:11:46
QUOTE(Shmeeps @ Oct 23 2005, 09:48 PM)
I still have to figure out how >< [right][snapback]340169[/snapback][/right]
set the timer's interval to 10
Report, edit, etc...Posted by Shmeeps on 2005-10-23 at 23:21:00
QUOTE(LegacyWeapon @ Oct 23 2005, 08:53 PM)
I used the timer to keep count of the time rather than the Now constant. [right][snapback]340175[/snapback][/right]
The only problem is it seems to run slow, as in it doesn't have the right for a second. May just be me though.
I managed to recreate it though.
[attachmentid=14782]
Report, edit, etc...Posted by DT_Battlekruser on 2005-10-24 at 20:22:07
When I made a clock in VB, I realised that. Timer is off by a few milliseconds.