|
-
Oct 2nd, 2011, 12:15 PM
#1
Thread Starter
PowerPoster
[VB6] - is there any api message for a timer?
i have the windows message procedure. is there any message that works in 1ms?
-
Oct 4th, 2011, 08:17 AM
#2
Re: [VB6] - is there any api message for a timer?
 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|