Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bets way to set checkbox and get listbox items
#2
Macro Macro3237
Code:
Copy      Help
int w2=win("MyWindow" "TMainForm")
Acc a.Find(w2 "LISTITEM" "LOG" "class=TCheckListBox" 0x1005)
if(!(a.State & STATE_SYSTEM_CHECKED)) a.DoDefaultAction ;; in LibreAutomate would be just a.Check();

a.Navigate("pa") ;; or a.Find(w2 "LIST" ...)
int n = a.ChildCount
out n


Messages In This Thread
RE: bets way to set checkbox and get listbox items - by Gintaras - 12-29-2022, 07:27 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)