I'm currently developing an automation script that gets information from an ERP software. I chose AutoHotkey because it's what the company uses for it's automation jobs. However i got stuck trying to select an item from a SysListView32 control, which isn't the same as a ListView control apparently. Currently i'm able to send {Down} key strokes multiple times until i find the specific control, however i'd like to find a more elegant way like
Control, ChooseString, "String", WinName
Do you know if AHK is capable of such? Or do you know if there are other ways that are similar?