SychoAN Posted April 14, 2022 Share Posted April 14, 2022 Like you see in this Picture I wanna Click on Install Box but it get's me the big box. So what to do ? I Tried Mouse Click but position and it's so hard to mange Link to comment Share on other sites More sharing options...
Solution Nine Posted April 14, 2022 Solution Share Posted April 14, 2022 (edited) Have you looked if the installation could be performed silently ? Otherwise : Use UIASpy.au3 to see if it can access the different controls Edited April 14, 2022 by Nine SychoAN 1 “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) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
SychoAN Posted April 14, 2022 Author Share Posted April 14, 2022 @Nine thanks a lot bro another question ControlListView($Wnd,"","SysListView32","Select",15,0) I don't want to select by Number I wanna select by text wanna select Tokyo Night Win Is there's any way to do this ? Link to comment Share on other sites More sharing options...
Nine Posted April 14, 2022 Share Posted April 14, 2022 Create a loop to get text from each element in the view until you find the right entry, then select it by the index you found. _GUICtrlListView_GetItemCount _GUICtrlListView_GetItemText _GUICtrlListView_SetItemSelected “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) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
SychoAN Posted April 14, 2022 Author Share Posted April 14, 2022 @Nine I am a beginner with autoit I didn't understand you can you show an example plz ? Link to comment Share on other sites More sharing options...
Nine Posted April 14, 2022 Share Posted April 14, 2022 Sorry we are not here to provide code on demand but helping people when their code is not working as expected. Open help file under the functions I just listed, see the examples presented, put something together and then come back with the code you have trouble with. Good luck. SychoAN 1 “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) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
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