2000a Posted August 7, 2006 Posted August 7, 2006 (edited) Hi, I need your help. I am trying to write an autoit 3 script that will let me change the title of a window. The tricky thing is that I would like to change the title of the active window. If I click on a window, fromt he tray bar, it becomes active. How can I change the title, without knowing the title or text of that window? This would apply to any program window... Some programs have the same classname, title, ... thanks Edited August 7, 2006 by 2000a
MHz Posted August 7, 2006 Posted August 7, 2006 $title = WinGetTitle('') WinSetTitle($title, '', 'New title')
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