View Single Post
  #1 (permalink)  
Old April 9th, 2007, 12:50 AM
lina10 lina10 is offline
Registered User
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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

Reply With Quote