| CS.RIN.RU - Steam Underground Community http://cs.rin.ru/forum/ |
|
| VB6-help a friend.. :wink: http://cs.rin.ru/forum/viewtopic.php?f=14&t=8913 |
Page 1 of 2 |
| Author: | |2eM!x [ Saturday, 25 Dec 2004, 15:11 ] |
| Post subject: | VB6-help a friend.. :wink: |
i would like to know how to add a countdown clock to my program. i think i'd need to make a second form, so thats what i did added a clock and a textbox i tried a few different ways, but i cant get it to work, so thanks in advance |
|
| Author: | fanmail [ Saturday, 25 Dec 2004, 16:22 ] |
| Post subject: | |
Ask jarro. He has a bit of VB experience. |
|
| Author: | |2eM!x [ Saturday, 25 Dec 2004, 17:01 ] |
| Post subject: | |
okay.i got the ticker working. but now it goes under zero..so like -5 -6 but heres the code Private Sub Timer1_Timer() Text1.Text = CStr(Val(Text1.Text) - 1) If Text1 = 0 Then Print "you got"; txtbox1.Text End If End Sub im glad i figured that out : ) |
|
| Author: | |2eM!x [ Saturday, 25 Dec 2004, 17:43 ] |
| Post subject: | |
if anyone wants my first game ever..here it is http://s7.yousendit.com/d.aspx?id=2E5VJ ... FIGWJ4M6W3 dont bash it. its my second day coding |
|
| Author: | fanmail [ Saturday, 25 Dec 2004, 17:46 ] |
| Post subject: | |
haha, so addictive You need to add reset button and make it stop at zero Not bad for second day of coding Edit: I got 85 as my high score! |
|
| Author: | |2eM!x [ Saturday, 25 Dec 2004, 17:54 ] |
| Post subject: | |
dang, yeah i know : ) i'm not sure how to make a reset button but ill do it right now! THANKS TO MY ONE AND ONLY FAN! |
|
| Author: | |2eM!x [ Saturday, 25 Dec 2004, 18:39 ] |
| Post subject: | |
im tired...tommorrows christmas..so ill work on this shit later.. any other game you want me to make? i like making in this stuff : ) |
|
| Author: | fanmail [ Saturday, 25 Dec 2004, 18:50 ] |
| Post subject: | |
Nah, not at da moment. Too addicted to HL2 and CS:S now |
|
| Author: | ClarencE [ Saturday, 25 Dec 2004, 21:10 ] |
| Post subject: | |
rofle... how does the game work? racing by clicking it? |
|
| Author: | fanmail [ Saturday, 25 Dec 2004, 22:28 ] |
| Post subject: | |
Yah, but u can cheat: hold enter |
|
| Author: | ClarencE [ Saturday, 25 Dec 2004, 23:06 ] |
| Post subject: | |
rofle... the game was easy.. hihi gj remix |
|
| Author: | -wX- | Gamba [ Sunday, 26 Dec 2004, 04:39 ] |
| Post subject: | |
|2eM!x wrote: okay.i got the ticker working.
but now it goes under zero..so like -5 -6 but heres the code Private Sub Timer1_Timer() Text1.Text = CStr(Val(Text1.Text) - 1) If Text1 = 0 Then Print "you got"; txtbox1.Text End If End Sub im glad i figured that out : ) sorry but wat the point of the game... just keep press enter |
|
| Author: | |2eM!x [ Sunday, 26 Dec 2004, 06:45 ] |
| Post subject: | |
your supposed to click it, but there are cheaters |
|
| Author: | -wX- | Gamba [ Sunday, 26 Dec 2004, 06:55 ] |
| Post subject: | |
LOL .. |
|
| Author: | |2eM!x [ Sunday, 26 Dec 2004, 16:54 ] |
| Post subject: | |
im making a program, that you imput time in minutes, and when that time comes it'll like popup and say "YOU GOTTA GO!" or something...anyone interested? |
|
| Page 1 of 2 | All times are UTC + 3 hours |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|