Thread
:
Using Timer to repeat a sound Question
View Single Post
#
2
(
permalink
)
08-30-2006, 01:59 PM
TcM
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,323
Credits:
0
Rep Power:
69
Make a variable in the General section ( ex. dim S as integer )
in the form_load event make ( S = 1 )
and in the timer event make
Code:
If S = 10 Then Timer1.Enabled = False Else SOUND COMMANDS ETC S = S + 1
__________________
CodeCall Blog
|
CodeCall Wiki
|
Shareware
|
Linux Forum
|
Computer Tips
|
Funny Media
TcM
View Public Profile
Send a private message to TcM
Visit TcM's homepage!
Find all posts by TcM