Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Record menu under Win-10 Windows Explorer
#1
I wonder whether I could record menu commands (Ctrl+Shift+K) under WIndows-10 Explorer (it worked with XP). Any advice mostly welcome.
#2
No, there is no classic menu.

To select items in such windows, use keys or Acc. To see keys press Alt.

Macro Macro2963
Code:
Copy      Help
int w=win("Test" "CabinetWClass")
act w
if 1
,key A{hpr} V
else
,Acc aPage.Find(w "PAGETAB" "Home" "class=NetUIHWND" 0x1005)
,aPage.DoDefaultAction
,Acc aButton.Find(w "SPLITBUTTON" "Properties" "class=NetUIHWND" 0x1005)
,aButton.DoDefaultAction
#3
Gintaras, many thanks - as always - from a beginner in Win-10. Let me please ask one more question regarding explorers 'Sort by' - "NetUIHWND" popup (drop-down) list : Is there any way to "read" what is selected (checked) on it? Could this perhaps read from registry? Many thanks in advance.
#4
Tried accessible objects, but they don't tell when checked. Don't know other ways.


Forum Jump:


Users browsing this thread: 1 Guest(s)