特牛网址导航

获取控件上的文本值---例子是CEdit 的七种方法_cedit 获取值-CSDN博客

网友收藏
1. int num1,num2,num3; char ch1[10],ch2[10],ch3[10]; GetDlgItem(IDC_EDIT1)->GetWindowText(ch1,10); GetDlgItem(IDC_EDIT2)->GetWindowText(ch2,10); num1=atoi(ch1); num2=atoi(ch2); num3=num_cedit 获取值
标签:cedit 获取值