| | | Forum Newbie
       
Group: Forum Members Last Login: 9/15/2008 2:31:06 AM Posts: 1, Visits: 1 |
| I am make a program using Visual Basic 2005. The time limit can't exceed 99:59. It has a start, stop, and clear button. I have a textbox that turns yellow when the microwave is on, but it gray when the microwave is off. I have buttons with numbers 0-9 that are set up like the buttons on a telephone.
What is the Visual Basic code for have a program countdown the time similar to the way a microwave works?
kindergarten equipment and supplies art and craft supplies universal law of attraction |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 11/4/2008 3:10:48 AM Posts: 5, Visits: 34 |
| | | | | Junior Member
       
Group: Forum Members Last Login: 11/10/2008 10:28:14 AM Posts: 13, Visits: 10 |
| You will probably want to start with a timer object, set it to 1000 interval, and change the text to the current value in seconds -1 each tick. There's a lot to it, hopefully this gives you something to start with.
Vb.net 2005, Teradata, Sql Server 2005, mainframe automation |
| |
|
|