See Also
CListBox Overview|Class Members|Hierarchy Chart|
Removes all items from a list box.
voidResetContent();
Example
// The pointer to my list box.extern CListBox* pmyListBox;// Delete all the items from the list box.pmyListBox->ResetContent();ASSERT(pmyListBox->GetCount() == 0);
'Programming > MFC' 카테고리의 다른 글
CRITICAL_SECTION (0) | 2006.02.06 |
---|---|
GetText (0) | 2006.02.06 |
UpdateData ( FALSE ) (0) | 2006.02.06 |
레지스트리에 등록하고 편리하게 사용 (0) | 2006.01.12 |
MFC CWinThread를 이용할때 주의할 사항 (0) | 2006.01.07 |