View Single Post
  #3 (permalink)  
Old 05-01-2008, 06:10 PM
gaylo565's Avatar   
gaylo565 gaylo565 is offline
Programmer
 
Join Date: May 2007
Location: flagstaff, az
Posts: 184
Last Blog:
String Manipulation wi...
Credits: 122
Rep Power: 9
gaylo565 is a jewel in the roughgaylo565 is a jewel in the roughgaylo565 is a jewel in the rough
Default Re: using timer to elapse time before method?

this is a little better way to write it yes...but not really helping with my problem. I need to elapse time but carry the variable values over from the method which calls the timer to the code after the timer. I could just keep the same method going but I don't know how to make the timer pause the other method. The other option is to start another method in the tick handler with the next code to execute. I don't know how to pass the values into the tick handler to use as parameters for the next method call.

Last edited by gaylo565; 05-02-2008 at 01:00 AM.
Reply With Quote