VC++单击列表框的内容,复选框的内容和单选框的内容会显示列表框的内容,怎么做?下面是改变编辑框的方法
单击列表框的内容,复选框的内容和单选框的内容会显示列表框的内容,怎么做?下面是改变编辑框的方法,但是我不会改变复选框和单选框的内容。PS:不大会表达我的意思,达人能明白吧...
单击列表框的内容,复选框的内容和单选框的内容会显示列表框的内容,怎么做?下面是改变编辑框的方法,但是我不会改变复选框和单选框的内容。PS:不大会表达我的意思,达人能明白吧?
void COoDlg::OnSelchangeList1() {
CString s,s1;list.GetText(list.GetCurSel(),s);int i=s.Find(" ",0);s1=s.Mid(0,i);for(i=1;i<=currno;i++)if(stu1[i].xh==s1) break;
if(i<=currno){xh.SetWindowText(stu1[i].xh);xm.SetWindowText(stu1[i].xm);nj.SetWindowText(stu1[i].nj);bj.SetWindowText(stu1[i].bj);//MessageBox(s1);} 展开
void COoDlg::OnSelchangeList1() {
CString s,s1;list.GetText(list.GetCurSel(),s);int i=s.Find(" ",0);s1=s.Mid(0,i);for(i=1;i<=currno;i++)if(stu1[i].xh==s1) break;
if(i<=currno){xh.SetWindowText(stu1[i].xh);xm.SetWindowText(stu1[i].xm);nj.SetWindowText(stu1[i].nj);bj.SetWindowText(stu1[i].bj);//MessageBox(s1);} 展开
1个回答
展开全部
BOOL CCMySQLDataBaseDlg::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message)
{
// TODO: Add your message handler code here and/or call default
CWnd* wnd = GetDlgItem(IDC_RADIO);
if (pWnd == wnd)
{
MessageBox("ss");
}
return CDialog::OnSetCursor(pWnd, nHitTest, message);
}
{
// TODO: Add your message handler code here and/or call default
CWnd* wnd = GetDlgItem(IDC_RADIO);
if (pWnd == wnd)
{
MessageBox("ss");
}
return CDialog::OnSetCursor(pWnd, nHitTest, message);
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询