atzoref Posted February 2, 2012 Posted February 2, 2012 Hi, How can I changing GUI window title during running a script. Because the window get its title only on creation. Thanks.
FaridAgl Posted February 2, 2012 Posted February 2, 2012 $frmMain = GUICreate('Test') GUISetState() WinSetTitle($frmMain, '', 'New Title') Do Until GUIGetMsg() = -3 http://faridaghili.ir
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