View Single Post
Old 03-30-2006, 11:22 PM   #2 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
You need some sort of event processing loop that is the main function of the program, and some variable or object that is a timer. On each loop of your program you can check the status of the timer and once it hits the mark it can trigger your message checking function. In the main event loop you can also do the rest of program's work.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote