C++中getwindowtext的使用
在编写mfc的时候我想用getwindowtext来得到数据用setwindowtext来显示数据可是运行后却说errorC2039:'GetWindowTextA':i...
在编写mfc的时候 我想用getwindowtext来得到数据 用setwindowtext来显示数据 可是运行后却说error C2039: 'GetWindowTextA' : is not a member of 'CString' 求教~~
CString csa;
CString csb;
m_a.GetWindowText (csa);
m_b.getwindowtext(csb);
int na=atoi(csa.GetBuffer(0));
csa.ReleaseBuffer();
int nb=atoi(csb.GetBuffer(0));
csb.ReleaseBuffer();
int nresult = na+nb;
char chresult [128]={0};
itoa(nresult,chresult,10);
m_aplusb.setwindowtext(chresult);
CDialog::OnOK(); 展开
CString csa;
CString csb;
m_a.GetWindowText (csa);
m_b.getwindowtext(csb);
int na=atoi(csa.GetBuffer(0));
csa.ReleaseBuffer();
int nb=atoi(csb.GetBuffer(0));
csb.ReleaseBuffer();
int nresult = na+nb;
char chresult [128]={0};
itoa(nresult,chresult,10);
m_aplusb.setwindowtext(chresult);
CDialog::OnOK(); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询