by "Bruce Roberts" <ber@[EMAIL PROTECTED]
>
Jun 1, 2005 at 11:34 AM
"gatzhammers" <s.gatzhammer@[EMAIL PROTECTED]
> wrote in message
news:1117615679.422484.259660@[EMAIL PROTECTED]
> I need an event excecuted in very short intervals (0,000111s). I've
> tried to do it with the intervalTimer in Delphi 5, but it is only able
> to start events in miliseconds. Is there any other way to do it?
I don't think one can get better than 1ms resolution in a Windows timer.
You
might want to check out the Win SDK help for entries on multimedia timers
-
in particular check out About Multimedia Timers.