OFFICE/프로그램

listbox 사용방법

gandus 2011. 8. 22. 20:57
CString str;
str.Format("%d 입니다.", m_Edit);
m_listBox.InsertString(-1, str);
m_listBox.SetCurSel( m_listBox.GetCount()-1);