Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
is there a way to lable 2 windows
#2
Assume windows are identical (same name and class). Get window A handle, hide it, get window B handle, unhide A. Then use handles instead of window names.

Code:
Copy      Help
spe
int w1 w2
w1=win("Calculator")
hid w1
w2=win("Calculator")
hid- w1

out w1
out w2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)