VC++CString类型变量,怎样在该变量第一位后面加上小数点,并在相应编辑框中显示呢?

 我来答
西瓜妈妈育儿助手
2011-12-05 · 新手妈妈育儿助手,24小时在线的育儿专家
西瓜妈妈育儿助手
采纳数:158 获赞数:549

向TA提问 私信TA
展开全部
CString str="123";
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)来实现
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式