10-17-2007, 05:04 PM
2 Windows can not have the same handle, they can have the same name in that case you can use...
or search the forum for.
a window trigger off of one of the windows children may also work along with this.
int hwnd=val(_command)
int hwnd=win("Untitled - Notepad" "Notepad");; now you can control this window with hwnd
clo hwnd;; exampleor search the forum for.
a window trigger off of one of the windows children may also work along with this.
int hwnd=val(_command)
