I am having a problem using the OnTimer class in my program. While the timer is running, none of the buttons that are on my GUI respond in a timely fashion. I am gussing this is because the timer is taking conrtol on the CPU, and the button click only reponds after the timer has completed its iteration. Is there a way to give the button clicks higher priority over the timer? I am trying to make it so the user can click on a button and not think that the program is locked up.