kjcdude Posted February 8, 2009 Posted February 8, 2009 I would like to be able to dynamically change the window title. $Form1_1 = GUICreate("Error Report Form", 442, 471, -1251, 262) while 1 GUICtrlSetData($Form1_1, $PCIDf & " - " & $programname) wend that doesnt seem to work.
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