VC++CString类型变量,怎样在该变量第一位后面加上小数点,并在相应编辑框中显示呢?
1个回答
展开全部
CString str="123";
str.Insert(1,'.');
GetDlgItem(EDIT_BOX)->SetWindowText(str);
str.Insert(1,'.');
GetDlgItem(EDIT_BOX)->SetWindowText(str);
追问
error C2664: 'class CWnd *__thiscall CWnd::GetDlgItem(int) const' : cannot convert parameter 1 from 'class CEdit' to 'int'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
error C2227: left of '->SetWindowTextA' must point to class/struct/union
提示有以上的错误是怎么回事啊,还望指教!谢谢!
追答
看错误应该是你吧edit box的对象放到GetDlgItem里面了
我说的EDIT_BOX是你的控件的ID
当然如果你的editbox关联的CString类型的变量,也可以用updatedata(false)来实现
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询