the window is an internet explorer page IE 8 on a windows XP professional
it does have the file edit view favorites tools help menu
it does have the file edit view favorites tools help menu
opt("WinTitleMatchMode",2) #Include <GuiMenu.au3> winactivate("Work Queue") $wh = WinGetHandle("Work Queue") msgbox(0,"",$wh) ; returns a header $mh = _GUICtrlMenu_GetMenu($wh) msgbox(0,"",$mh) ; returns 0x00000000 (why???) $dv = _GUICtrlMenu_GetItemtext($mh, 1) msgbox(0,"",$dv) ; does not work because _GUICtrlMenu_GetMenu doesn't exit