check radio button state?
With nsdialogs, is checking the radio button state the same as checking checkbox states?
i.e.
SendMessage $RadioButtonName ${BM_GETSTATE} 0 0 $R1
Pop $R1
${If} $R1 == 1
MessageBox MB_OK "Express"
${EndIf}
Archive: check radio button state?
check radio button state?
With nsdialogs, is checking the radio button state the same as checking checkbox states?
i.e.
SendMessage $RadioButtonName ${BM_GETSTATE} 0 0 $R1
Pop $R1
${If} $R1 == 1
MessageBox MB_OK "Express"
${EndIf}
Exactly the same.