how do i make the mouse move, just a little bit while on the form? say every minute. thanks
PanasonicSubz
Printable View
how do i make the mouse move, just a little bit while on the form? say every minute. thanks
PanasonicSubz
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!
LOL, nice try on busting that AllAdvantage toolbar