[VB6] - is there any api message for a timer?
i have the windows message procedure. is there any message that works in 1ms?
Re: [VB6] - is there any api message for a timer?
Quote:
Originally Posted by
joaquim
i have the windows message procedure. is there any message that works in 1ms?
Not that I know of.
The WM_TIMER message, at best, will be about 10ms
Any other message will have to be a custom message you send via SendMessage on a 1ms interval.