Good evening, I have a problem with the command GUICtrlCreateCheckbox.
So I have a GUI where I have a number of checkboxes, which I select according to my needs.
Except in an array of all selected values and then write it to a file.
For example, and then I go back into the program and restart it.
The problem comes when I have to go read the file and make sure that all the checkboxes that were selected rivengano still selected.
I have no idea how can I do to re-enable the selection of the check.
Who knows how to help me?
Thanks
Alberto
P.S. : I would also like the same form in which I make the initial selections, may be the same one in which I can make changes to the selections at any time.