Jump to content

Help with iniwrite/iniread


Recommended Posts

I need help with saving/loading texts typed in combobox. I use it now:

iniwrite($file, "options", "Combo1", _GUICtrlComboBox_GetCurSel($Combo1))
_GUICtrlComboBox_SetCurSel($Combo1, IniRead($file, "options", "Combo1",0))

..but it only saves/loads options choosed in combobox. I used GUICtrlSetState to add typed text to options in combobox before loading, but didnt work ;/ Please help.

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...