Invisible form fields in NSIS?
Is it possible to create invisible form fields in NSIS installer? I am using nsDialogs and currently has a checkbox that toggles some fields from readonly / non-readonly using:
SendMessage $TextBox1 ${EM_SETREADONLY} 1 0
I want this control to be visible / invisible. Is it possible? How?
0
a source to share