怎么获取uicontrol动态编辑框中的输入值
1个回答
展开全部
在按钮button1单击事件onclick函数里添加以下代码:
CString str1,str2;
((CEdit*)GetDlgItem(IDC_EDIT1))->GetWindowText(str1);
((CEdit*)GetDlgItem(IDC_EDIT2))->GetWindowText(str2);
CString str3;
str3.Foramt("%d",atoi(str1) + atoi(str2));
((CEdit*)GetDlgItem(IDC_EDIT1))->SetWindowText(str3);
回答完毕,请采纳!
CString str1,str2;
((CEdit*)GetDlgItem(IDC_EDIT1))->GetWindowText(str1);
((CEdit*)GetDlgItem(IDC_EDIT2))->GetWindowText(str2);
CString str3;
str3.Foramt("%d",atoi(str1) + atoi(str2));
((CEdit*)GetDlgItem(IDC_EDIT1))->SetWindowText(str3);
回答完毕,请采纳!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询