cstring szNum;
GetDlgItemText(IDC_EDIT1, szNum); double Num; Num = _ttol(szNum); 转化成长整型
Num = _tstof(szNum);转化成double 型