Updates: High Resolution Multimedia Timer
21 Nov 2002
- Added a VB6 version of the timer. Note that in the VB6 version, we need to use a Type Library
to call the PostMessage Win32 call. This is because the multimedia timer fires on another
thread to the VB application, and, as described in Matt Curland's excellent book "Advanced Visual Basic"
VB6 uses Thread Local Storage which isn't initialised on receipt of an event from another Thread. As a
consequence you can only make calls to methods described in a type library.
17 Feb 1999
|
|