![]() |
|
VP/VPM General Information and First Aid Station Request Help about Visual Pinball or Visual PinMAME. |
![]() |
|
Thread Tools | Search this Thread |
#1
|
|||||||||||||
|
|||||||||||||
![]()
how to display a countdown in seconds ?
solved by albert : '**********countdown************** Timer1.Interval =1000 Timer1.enabled =1 Dim seconds seconds =180 Sub Timer1_Timer If seconds =0 then Me.enabled =0 Exit Sub End If seconds = seconds -1 TextBox1.Text =seconds End Sub Fonction Sound est limitée à 200 caractères
Last edited by fastdraw; 11-29-2019 at 05:48 AM. |
![]() |
Bookmarks |
Thread Tools | Search this Thread |
|
|