sENtoRiO Posted July 30, 2006 Posted July 30, 2006 (edited) removed:// Edited July 30, 2006 by sENtoRiO
rakudave Posted July 30, 2006 Posted July 30, 2006 you need to read the values of the controls first by using GUICtrlRead: Func wVars() IniWrite("login.ini", "Paths", "Client", GUICtrlRead($SBouncePath)) IniWrite("login.ini", "Paths", "SBounce", GUICtrlRead($SROPath)) IniWrite("login.ini", "SBounce", "Username", GUICtrlRead($Update_SBounce_Username)) IniWrite("login.ini", "SBounce", "Password", GUICtrlRead($Update_SBounce_Password)) IniWrite("login.ini", "SRO", "Username", GUICtrlRead($Update_SRO_Username)) IniWrite("login.ini", "SRO", "Password", GUICtrlRead($Update_SRO_Password)) EndFunc Pangaea Ruler new, UDF: _GUICtrlCreateContainer(), Pangaea Desktops, Pangaea Notepad, SuDoku, UDF: Table
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