Jump to content

Recommended Posts

Posted

define "object"

What's your meaning by define the Object? I just want to use the Mouse to move an icon or window to a new location on the Desktop by defined timer. Why it is such complicated?

Posted

What's your meaning by define the Object? I just want to use the Mouse to move an icon or window to a new location on the Desktop by defined timer. Why it is such complicated?

Maybe because an icon is an icon, and a window is a window? :D

"be smart, drink your wine"

Posted

because for windows, there's a built in function to move then winmove() works well for windows.

i think for the icon you want to try MouseClickDrag()

---"Educate the Mind, Make Savage the Body" -Mao Tse Tung

Posted

Does MouseClickDrag() stimulate the mousedown() while moving?

This will move the icon in the upper lefthand corner of your screen to the middle of your desktop:

MouseClickDrag ("left", 27,27, @DesktopWidth / 2, @DesktopHeight / 2)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...