Jump to content

Need help with gui!


Recommended Posts

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
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...