Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get text Without dialog visible
#5
Then the program does not allow to get/set text in hidden window.

This example sets text in hidden Notepad window
Code:
Copy      Help
run "notepad"
1
int w=win("" "Notepad")
hid w
1
str s="test"
s.setwintext(id(15 w))
1
hid- w


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)