Changing checkbox state using SendMessage - WM_???
Is it possible to change the state of a checkbox using SendMessage? I need to load a set of checkbox states based on user input on a custom page and I'm stuck with a typical InstallOptions limitation - once the page is shown, changes in the .ini are not reflected on the page. I usually deal with this by updating controls using either EnableWindow or SendMessage but I don't know which message (if any) can be used to change a checkbox state. Can anybody help (without advising me to use nsDialogs)?