The AutoIt Window Info tools shows at the top "Basic Window Info" and gives us the title and class of the currently active window.
I want to do just that, get the title and class (that the info tool also shows) of the currently active window. To clarify, I marked the strings that I'm after in this screenshot:
![Posted Image]()
It's simple to get the title:
But how do I get the class?
Cheers!
I want to do just that, get the title and class (that the info tool also shows) of the currently active window. To clarify, I marked the strings that I'm after in this screenshot:
![Posted Image](http://oi34.tinypic.com/2utk9p0.jpg)
It's simple to get the title:
Local $wintitle = WinGetTitle("[ACTIVE]")
But how do I get the class?
Cheers!