Jump to content

Recommended Posts

Posted

I got stuck with the following:

I have a GUI with a 2-state GUICtrlCreateCheckbox and many other GUICtrlCreateInput

When the GUI starts it several IniRead set all GUICtrlSetData accordingly

the GUI stops for the user to change eventually some entries, then a Button starts processing.

To write the status to the Ini file I use

IniWrite($sIniPfad & $sIni, "Galerie", "Original", BitAND(GUICtrlRead($Check_Box_1),1))

that works. Now I am looking for a similar way to read out the ini file and GUICtrlSetData to the CheckBox.

Thanks.

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
×
×
  • Create New...