Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
msctls_statusbar32
#1
I have a msctls_statusbar32 containing 8 elements. I want to access those elements. Through ACC I tried using x y coordinates but once the window is resized coordinates change and I am unable to access the elements. All elements are sharing same ID
#2
Macro
Code:
Copy      Help
Acc a=acc("" "STATUSBAR" win("WordPad" "WordPadClass") "msctls_statusbar32" "" 0x1000)
for a.elem 1 1000
,str s=a.Name; err break
,out s


Forum Jump:


Users browsing this thread: 1 Guest(s)