Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Select an Item in Windows Explorer Context Menu
#2
Macro Macro2521
Code:
Copy      Help
str menuItemText="Properties"
;str menuItemText="PowerISO"

#region  delete this if you invoke the menu manually
int w=win("" "CabinetWClass"); if(!w) w=win("" "ExploreWClass")
act child("" "SysTreeView32" w)
key T Ca SF10   ;; Tab Ctrl+A Shift+F10
#endregion

int w2=wait(30 WV win("" "#32768")) ;;context menu
Acc a.Find(w2 "MENUITEM"  menuItemText "" 0x1000 3)
a.DoDefaultAction


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)