Post in the ID structure...you can use regular expressions, or instance based. HelpFile = 'Controls' to see all the ways to grab controls. Send back the output of this...after starting the script, activate your window (quickly) #include <Winapi.au3> Sleep(5000) Var_GetAllWindowsControls(WinGetHandle("[ACTIVE]")) Func Var_GetAllWindowsControls($hCallersWindow) ; Get all list of controls $sClassList = WinGetClassList($hCallersWindow) ; Create array $aClassList = StringSplit($sClas