Hello,
im using ${NSD_CreateRadioButton} in nsDialogs with NSIS 2.42.
How can i set this RadioButton disabled? It should be visible but not clickable.
Many thanks,
Tom
How to set an nsDialogs-RadioButton disabled?
3 posts
should do the trick?EnableWindow <hwnd you popped after the NSD_Create* command> 0
Many thanks! It works.