Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Name of Current Active Window
#2
to get the name of the active window is
Code:
Copy      Help
int w=win()
str txt.getwintext(w)
out txt
 then can use something like this to find and activate other window
Code:
Copy      Help
txt.replacerx("\s\-.+" "")
int w1=win(txt "Ardunio");; or whatever is the classname of that window
act w1


Messages In This Thread
Name of Current Active Window - by TheVig - 11-12-2021, 10:03 PM
RE: Name of Current Active Window - by Kevin - 11-13-2021, 01:29 AM
RE: Name of Current Active Window - by TheVig - 11-18-2021, 08:56 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)