Hi
I wrote the "Towers of Hanoi" game, which you can download form
http://free.top.bg/darklight/hanoi.zip
In this game I use own drag-and-drop to allow moving the blocks together with Mouse cursor. I write my own function to convert the cursor coordinates to client ones. But now I tried to use the ScreenToClient method. When you start dragging the block, it begins to vibrate.
I use the onTimer() event
Is this bug or I'm using ScreenToClient wrong?