Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scroll to focused item on Windows Explorer left pane
#2
Macro Macro2503
Code:
Copy      Help
;int w=win("" "ExploreWClass")
int w=win("" "CabinetWClass")
int c=id(100 w) ;;outline
act c
;Acc a=acc()
;a.Mouse(0)
;a.Select(SELFLAG_TAKEFOCUS|SELFLAG_TAKESELECTION)

int htvi=SendMessage(c TVM_GETNEXTITEM TVGN_CARET 0)
SendMessage(c TVM_ENSUREVISIBLE 0 htvi)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)