View Single Post
  #1  
Old 08-17-2004, 14:28
kunam kunam is offline
Friend
 
Join Date: Jul 2004
Posts: 35
Rept. Given: 14
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 1
Thanks Rcvd at 2 Times in 2 Posts
kunam Reputation: 2
Angry The best method to kill TIMER

hi all i need your help here...
in my apps i create more than 30 TTimer thread classes.
when application is execute, all TTimer i set to enable.
inside TTimer i place some code, this code act like this
- random x
- if x is equal to TTimer (in miliseconds) then application closed
so guys, how to break before TTimer CALL application close,
i just want to NOP this call.
(because my apps random the time when its closed, my apps can close in
different range of time of course)
what is the best method..???
thank you

Last edited by kunam; 08-17-2004 at 15:40. Reason: just add some infos
Reply With Quote