HANDLE hEdit = edt1->Handle;
LONG lEd
=GetWindowLong(hEdit,GWL_STYLE);
SetWindowLong(hEdit,GWL_STYLE,lEd
|ES_NUMBER);