Quote Originally Posted by baka View Post
that is why I use borderstyle=0 and use my own method to move around the form.
I'm currently using (releaseCapture / sendmessage)
What's your method?


Quote Originally Posted by The trick View Post
Never ever use timers in such scenarios, you should synchronize your UI using your sound events like when you fill a buffer.
I'm not quite sure what you mean by that.

I have a an array() of events with Ticks that need triggering at certain points.
That's why I have a timer on a loop checking for matching Ticks to raise the PLAY event.