When the user picks something from the droplist, checkboxes on my custom dialog are checked or unchecked, etc. Sometimes the user might like to reset the form to the default settings. I can reset everything on the form, but the stinking droplist.
I have a validation section that's run on a custom reset button. I've tried different things but can't seem to make the droplist reset.
Here's what I've recently tried with the reset button.
ReadINIStr $1 "$PLUGINSDIR\setup.ini" "Field ${client_type_picklist}" "HWND"
SendMessage $1 ${LB_SETCURSEL} 0 0Any ideas?