2017. 1. 10. 14:44 MFC/기초
MFC) CListBox 사용법
반응형
1. CListBox m_ctrlListBox 변수 선언.
[삽입]
m_ctrlListBox .AddString(CString strTmp);
[전체 삭제]
m_ctrlListBox.ResetContent();
반응형
'MFC > 기초' 카테고리의 다른 글
MFC) CString/문자열 함수(탐색 및 추출)/Find, ReverseFind, Left, Right, Mid (0) | 2017.02.09 |
---|---|
MFC) CTreeCtrl 사용법(퍼옴) (0) | 2017.01.11 |
MFC) CListCtrl 사용법 (0) | 2017.01.10 |
MFC) CWinThread 상속/시작/종료 정리 (0) | 2017.01.10 |
MFC) 윈도우 메시지 란? (메시지맵과 메시지 라우팅의 원리) (1) | 2016.12.15 |