Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I sort the list of folder?
#1
How do I sort the list of folder?
#2
Capture the column header with the "Find accessible object" dialog, and use some function to click it. Example:
Code:
Copy      Help
int w=win("" "ExploreWClass") ;;or CabinetWClass
act w
Acc a=acc("Type" "COLUMNHEADER" w "SysHeader32" "" 0x1001)
a.Mouse(1)


Forum Jump:


Users browsing this thread: 1 Guest(s)