Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cannot find a window
#4
2 Windows can not have the same handle, they can have the same name in that case you can use...

Code:
Copy      Help
int hwnd=win("Untitled - Notepad" "Notepad");; now you can control this window with hwnd
clo hwnd;; example

or search the forum for.
Code:
Copy      Help
GetWindowList

a window trigger off of one of the windows children may also work along with this.

int hwnd=val(_command)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)