Okay, I'm making a program to Auto-Post on some forums. The time I need to wait between posts is 45 seconds as a minimum. The program I'm making right now uses multiple accounts to post. I need to make a timer that runs in the background, so I can use that as a base to when posts are made, and to know weather I should have the program wait longer to post, or allow it to post by looking at the time difference. So basically what I'm trying to say is...How would I go about making that timer?