zvvyt Posted February 9, 2008 Posted February 9, 2008 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
JustinReno Posted February 9, 2008 Posted February 9, 2008 Ok, have fun with that. Just kidding. WinGetTitle().
zvvyt Posted February 9, 2008 Author Posted February 9, 2008 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
Achilles Posted February 9, 2008 Posted February 9, 2008 (edited) Run this: Msgbox(0, 'Top window', WinGetTitle('')) Edit: With just a blank parameter it will get the whole text... Edited February 9, 2008 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now