ChuckZ Posted 10 hours ago Posted 10 hours ago not having much luck. cant even get this drop down to work. ControlClick("Rental4000 Lease Management (SCL-TSGW01.cube.ad)", "", "[CLASS:RAIL_WINDOW; INSTANCE:2]") Sleep(5000) ControlClick("Rental4000 Lease Management (SCL-TSGW01.cube.ad)","", "", "left", 1, 326, 167) Sleep(5000) ControlClick("Rental4000 Lease Management (SCL-TSGW01.cube.ad)","", "", "left", 1, 891, 202) ;MouseClick("left",726,157) Sleep(5000)
Nine Posted 5 hours ago Posted 5 hours ago First when you post code, please use the method shown in the link. I understand you have zero experience with programming. The one thing you need to assimilate : do not try to make a fully runnable script at the very beginning. Do very simple steps checking every statement for results (including @error). In your case, make sure you got the right handle of your window. Use the au2info tool to confirm while showing the result of your script with ConsoleWrite or MsgBox. One another recommendation, read carefully the help file for each statement you are using. If you do not understand one part, come back here asking clarification. Always provide a simple example of your concern, make it runnable so we do not have to rewrite your partial code. Good luck. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
argumentum Posted 4 hours ago Posted 4 hours ago 5 hours ago, ChuckZ said: not having much luck. cant even get this drop down to work. ControlClick("Rental4000 Lease Management (SCL-TSGW01.cube.ad)", "", "[CLASS:RAIL_WINDOW; INSTANCE:2]") Sleep(5000) Maybe Send("!b") will click/select &Billing ?, get what you want to that way ? Also, when I code some ControlClick(), I first MouseMove() to see if the mouse cursor is actually there, because the blur in the picture shows that your monitor is using scaling, and if so, the coordinates are wrong. So..., multiply by the scale ( eg: 150% = * 1.5 ). So @ChuckZ, welcome to the forum, learn to use it ( the forum ), and be patient while you learn how to ...stuff Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting
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