Jump to content

How to move the object from x1,y1 to x2,y2?


ITSky8
 Share

Recommended Posts

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"

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...