Jump to content

Anandyatree

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Anandyatree

  1. There you are ! You have pointed it right. This might be the issue. Any alternative you may think of? Any ways, I am very thankful to you. Impressed by the way you are tracking the issue and providing the inputs
  2. Your suggestion is helpful, I appreciate !! But I don't know whats the issue. $hWin gives me value that does not match with the one given by Window info tool $hMenu gives me value 0x00000000, that means the menu is not recognizable
  3. 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?
  4. Hi, I am automating a window that have a menubar/toolbar. Though the menubar can be recognized with the help of 'Window info', there is no way I see to recognize elements/menus in that menubar. Is there any way to list it out and say double click one of the menu to invoke some function? Menu looks like this:
×
×
  • Create New...