MFC/기초

MFC) CListBox 사용법

tislqhf 2017. 1. 10. 14:44
반응형



1. CListBox m_ctrlListBox 변수 선언.



[삽입]

m_ctrlListBox .AddString(CString strTmp);


[전체 삭제]

m_ctrlListBox.ResetContent();

반응형