I have 5 check boxes, I wish to be able to store whether or not the user has checked them or not in a settings file so that when they open the program they can find that file open it and the same checkboxes are selected.
I cannot for the life of me find anything that is helping me on this subject. Please refrain from simply linking me to an MSDN article because I have read every page about User Settings and Application Settings and I still do not understand.
If someone could please give me an example of how to do this it would really help me, Thank you
At the moment I am writing the TabIndex of each checkbox to a text file, when I chose to load the text file, my program reads the lines of text and extracts the TabIndex from which I test and base the chk.selected attribute on.
This feels like the wrong way to go about storing user settings