Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

_GUICtrlMenu_GetMenu not working

$
0
0
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

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



Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>