Archive: custom pages


custom pages
Hi All,

I have some custom pages. One of them is something like
1: GroupBox
2: CheckBox "BlahBlah"
3: CheckBox "BlahBlah",

those two checkboxes are checked by default.
the problem here is when users uncheck the checkbox, and click "Next" button to go back to previouse page,then go back to this page, it will load default status again,

What I want is keep the status, in this case, when go back to this page, the unchecked checkbox should be unchecked, no need to loaded by default.

I am using MUI, I understand when uncheck the checkbox, i should write the status back to the ini file, how can invoke one function when I check or uncheck the checkboxes on the custom pages?

If you can provide me with your code, it would be grateful.

Thanks.


I have figured it out.

Thanks.