track mouse position while it's held down and move
Hello,
i have an aspx page on which:
1. user clicks and holds down the mouse
2. setInterval starts my procedure...let's say "sub_While_Mouse_Down"
3. while still holding the mouse down, the user moves the mouse on
screen
I need to be able to check the mouse position during this
"sub_While_Mouse_Down".
4. I get an Error if i try to use Window.Event..ClientX inside the
"sub_While_Mouse_Down".
any ideas?
thanks
|