Hello Group,
I know this has been discussed and I have searched, but I have come up with nothing relevant..
I have a multi threaded activeX exe and need my main timer to be triggred more accuratly. I am currently using "setTimer" api call. 80% of the time my timer is on time, but 20% it can get off.
I was wondering if anyone has found an elegant/easy bu accurate way to make sure the timer calls are as exact as possible.
I found the solutions using the multimedia timer.. but my concern is I have to distribute a .tlb file with it ( and have very little knowledge about what this is) also this solution seems to require a user control which does not seem to be able to work in my multi threaded activeX exe project.
any suggestions?

