darklonerlv Posted July 6, 2010 Posted July 6, 2010 trying to get the mouse to click, then click hold and move to a certain location, it's clicking and moving but missing the mouse down, im assuming this because of the move at the same time the drag would release the mouse button when i need it to be held down. any help? Mouseclick("left") MouseDown("left") MouseMove (880, 475, 0)
water Posted July 6, 2010 Posted July 6, 2010 Please have a look at the MouseClickDrag function. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
darklonerlv Posted July 6, 2010 Author Posted July 6, 2010 (edited) appreciate the insight on the clickdrag, however this releases the left mouse at the end of the function. i need this button to be continually held sratch that,thank you i figured it out. much obliged Edited July 6, 2010 by darklonerlv
water Posted July 6, 2010 Posted July 6, 2010 So use MouseClickDrag first and then Mousedown? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
darklonerlv Posted July 6, 2010 Author Posted July 6, 2010 yea thats how i had to go about it wasnt thinking clearly now that thats working ive encounter another issue, ill work this one out i imagine
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now