!include "nsDialogs.nsh"
Page Custom pre
Var Dialog
Var TXTB_1
Function pre
nsDialogs::Create 1018
Pop $Dialog
${NSD_CreateText} 0 10% 50% 8% "" ;"This is a password field"
Pop $TXTB_1
${NSD_AddStyle} $TXTB_1 0x2000 ;${NUMERIC} = 0x2000 #Just Input Numbers
nsDialogs::Show
FunctionEnd
Section ""
SectionEnd
now i want remove that AddStyle in Part of the program...
i searched by not found ${NSD_RemoveStyle}
How can Do it? i want restart the textbox Style and input all characters?