Click here to Skip to main content
15,891,777 members

Comments by lm1992 (Top 6 by date)

lm1992 8-Oct-12 2:25am View    
thx,, got it
lm1992 5-Oct-12 6:24am View    
hehe.. never mind.. i found out the answer already.. anyway,
thx..
lm1992 3-Oct-12 20:35pm View    
actually, i try to make a timer which set by an user, at the same the the machine got an input signal then it will kill the timer immediately..
lm1992 3-Oct-12 6:33am View    
thx.. :)
actually just now i have make an experiment of SetTimer.
but I did not get the result as what I want,

this is the sample code,
// some code here
SetTimer( 1, x*1000, NULL );

if(x *= 1000)
{
//function
}

the function came out within 1 second.. @@
lm1992 3-Oct-12 6:12am View    
Thanks , er do u mind i ask u another question bout the SetTimer function?