butji Posted April 8, 2007 Posted April 8, 2007 well, it doesnt create the string when i press the button... why? #include <GUIConstants.au3> GUICreate( "butji's msoft iexplorer title changer" ) GUISetState (@SW_SHOW) $string = GUICtrlCreateButton( "Create string", 10,10) While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case $msg = $string RegWrite( "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Window Title", "REG_SZ") EndSelect Wend
xcal Posted April 8, 2007 Posted April 8, 2007 [,"valuename", "type", value] I believe the help file means that in its entirety is an option. So, you need the value, too. How To Ask Questions The Smart Way
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