I have a problem. I have a timer that runs at full speed all the time. It has a million things in it. Basicly if checks a bunch of menus to see of there checked or not, and if one is checked then it runs a function or sub. The only thing is that this timer does soo much, and runs through so many subs and functions it interfears with running other timers. I have slower timers freez on me. I KNOW FOR A FACT That my other timers never get turned off, they just freez. Now.... For my question...
I'm thinking I need a way to make this timer alone in a differnt project or a dll file, or 2nd project, or something. I need it appart from my project but i need it to interact with my project at high speed. What can I do? Is there anything at all??