I tried this function as:
$Success = WinMenuSelectItem ( "Administrator", "", "File")
$iIndex = _GUICtrlMenu_FindItem (0x000111CC, "Help")
For both statements, I am getting back failure value (o and -1). The main window is reognized by the function. But the menu can not be recognized.
Is this issue with AutoIt tool that it can not recognize some of the woindows etc?