CComboBox m_loginclass;
1.添加内容
m_loginclass.ResetContent();
2.显示想要的内容
m_loginclass.SetCurSel(pUser->GetType());//
3.获取内容
m_loginclass.GetWindowText(strlgclass);
CComboBox m_loginclass;
1.添加内容
m_loginclass.ResetContent();
2.显示想要的内容
m_loginclass.SetCurSel(pUser->GetType());//
3.获取内容
m_loginclass.GetWindowText(strlgclass);
相关文章: