Hi, I'm trying to update an ini file with a directory location.
I have an ini file with 'path' as a key, the value of this is set to a checkbox property.
On the dialog screen I have a check box which is checked as default, when checked a default path is written to the ini file.
I need to be able to uncheck this box and then using a path edit bo and button placed on the dialog box open the browsedlg dialog box enter the new location and when I click next this new location will be written to the ini file.
I was hoping to pass the value in the path edit box into the checkbox property used when I created the ini file above.
Hope this makes sense and somebody can help me. Thanks