ReverendJ1 Posted August 23, 2006 Posted August 23, 2006 Anyone know of a way to update a GUI's title? Reason for this would be if you open a file in a program, to have the filename displayed in the title. Thank You
Helge Posted August 23, 2006 Posted August 23, 2006 $hwnd = GUICreate("") WinSetTitle($hwnd, "", "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