假如控件ID为:IDC_EDIT1CString str;int n;GetDlgItemTextW(IDC_EDIT1,str);//变量str中为文本控件的内容(字符串型)n=_wtoi(str);//变量n为文本控件的内容(数值型)