Jump to content

Recommended Posts

Posted

I'm thinking of a script which tells you what the current active window is, and from that do some special treatment to that window, which I can make by myself

=D
Posted

WinGetTitle gives you the whole name of the window IF you give it a little help

F.ex. if i used it here i'd write

$1 = WinGetTitle("Get title out of active window")

msgbox(0,"",$1)

and the messagebox would say (for me) Get title out of active window - AutoIt Forums - Mozilla Firefox

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...