Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
get the value of a control on the window
#4
Code:
Copy      Help
int w
run "$program files$\TeamViewer\TeamViewer.exe" "" "" "" 0x800 win("TeamViewer" "#32770") w
;again
str txt.getwintext(child("" "Edit" w 0x0 "id=1")) ;;editable text 'YOUR ID'
if empty(txt); 0.3; goto again
out txt
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, 04:23 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)