Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SysTreeView32 ?
#2
This is with accessible objects. Normally should be used treeview control messages, but maybe with acc easier.

Function TvGetCheckedItems
Code:
Copy      Help
;/
function htv

Acc a=acc("" "CHECKBUTTON" htv)
if(!a.a) ret
rep
,if a.State&STATE_SYSTEM_CHECKED
,,_s=a.Name
,,out _s
,a.Navigate("next"); err break


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)