Rex Posted March 23, 2003 Posted March 23, 2003 Hi I've been looking all over the web (and in my books) on hints how to do this, but I can't seem to find it anywhere, so I hope you can help me! I use VB.NET. I think it's a simple thing I would like to create; I would like a stopwatch to start when for instance a button is pushed, and then the watch (timer?) should stop counting seconds when another button (or whatever) is pushed. I would also like if the seconds could be written and updated every second in a label. I would like to store the seconds (after the watch is stopped) in a variable. I have no idea of what class or what I should use, so hints and/or sample source code on how i can pull this off will be greatly apreciated! Thank you. Quote
Moderators Robby Posted March 23, 2003 Moderators Posted March 23, 2003 (edited) Here's a sample project to get you started. (It utilizes a User Control)timer sample.zip Edited February 20, 2007 by PlausiblyDamp Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.