Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
get the value of a control on the window
#2
try this for getting theĀ  text


Code:
Copy      Help
str txt.getwintext(child("" "Edit" w 0x0 "id=1")) ;;editable text 'YOUR ID'
out txt
code for password very similar

Code:
Copy      Help
str txt1.getwintext(child("" "Edit" w 0x0 "id=1" 2)) ;;editable text 'PASSWORD'
out txt1


Messages In This Thread
get the value of a control on the window - by win - 11-08-2018, 03:06 AM
RE: get the value of a control on the window - by Kevin - 11-08-2018, 03:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)