KDoc Posted July 23, 2019 Share Posted July 23, 2019 Hi, Is there any way to locate a window by AHK class and window name? I have a program that has 2 independent floating windows both of the same AHK class. However, one of those windows has a title and the other doesn't. I want to be able to find the location of the window with a specific AHK class without a title and click on a specific position within it. Is there any way to accomplish this? Thanks Link to comment Share on other sites More sharing options...
Earthshine Posted July 23, 2019 Share Posted July 23, 2019 Use AHK My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
mikell Posted July 23, 2019 Share Posted July 23, 2019 You know what ? this is an AutoIt forum... BTW there is a funny detail : just do this $post = StringReplace($post, "AHK ", "") and your post suddenly becomes perfectly AutoIt-compatible In AutoIt, something like WinGetTitle() exists - I think so Link to comment Share on other sites More sharing options...
Nine Posted July 23, 2019 Share Posted July 23, 2019 2 minutes ago, mikell said: In AutoIt, something like WinGetTitle() exists - I think so Are you sure ??? “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...
mikell Posted July 23, 2019 Share Posted July 23, 2019 I suspect so. My grey cells are not as good as they were, so I'll wear my magnifying glasses and re-read the documentation Link to comment Share on other sites More sharing options...
Nine Posted July 23, 2019 Share Posted July 23, 2019 Let us know, cause I can't wait to discover it... “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...
FrancescoDiMuro Posted July 23, 2019 Share Posted July 23, 2019 @mikell Let's take a pair of glasses for our friend @Nine too! Yes, WinGetTitle do exists in AutoIt Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
mikell Posted July 23, 2019 Share Posted July 23, 2019 I'm sure that Nine will take as much pleasure as me when reading this FrancescoDiMuro 1 Link to comment Share on other sites More sharing options...
Nine Posted July 23, 2019 Share Posted July 23, 2019 (edited) OMG what an awesome feature Edited July 23, 2019 by Nine FrancescoDiMuro 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...
FrancescoDiMuro Posted July 23, 2019 Share Posted July 23, 2019 2 hours ago, mikell said: when reading this Magnifying glasses: on Nine 1 Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette 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