Programming/MFC-C++

[GUI Control] TreeListCtrl

빠릿베짱이 2012. 12. 24. 13:09
반응형

TreeList Control

- 설명 : 리스트 컨트롤을 트리 형태로 구현한 예제로서 매우 간단하게 처리하였음. 내부에 트리의 내용을 나타내는 벡터 구조체를 사용

- 링크 : http://www.codeguru.com/cpp/controls/treeview/article.php/c3987/CTreeListCtrl-The-easiest-TreeView-with-columns.htm

반응형

'Programming > MFC-C++' 카테고리의 다른 글

Thread 관련 함수 및 API, 쓰레드 제어  (0) 2012.12.30
[GUI] 유용한 Control 모음 - 사용자 컨트롤  (0) 2012.12.26
Google Calender API & Task API  (0) 2012.12.18
JSON C++  (0) 2012.12.17
[코드 네이밍] Coding Naming Rules  (0) 2012.12.06