Click to See Complete Forum and Search --> : Mouse movement


PanasonicSubz
December 19th, 1999, 11:38 AM
how do i make the mouse move, just a little bit while on the form? say every minute. thanks

PanasonicSubz

Ruth Glushkin
December 20th, 1999, 02:10 AM
Use API function mouse_event() or for NT MouseEventEx() and add call of these function to Timer
event, using your desired coordinates. You can also use API function SendInput(), but it doesn't work
in Win 95. A very good example of working with these functions you can find in
http://www.vbgreatone.8m.com

Good Luck!

AndyK
December 20th, 1999, 06:07 PM
LOL, nice try on busting that AllAdvantage toolbar