ComboBox with Item Tooltips
Rating:
(출처: http://codeguru.earthweb.com/cpp/controls/combobox/tooltips/article.php/c4949/)
Edward Antonyan (view profile) April 18, 2001 |
Environment: VC6 SP5, NT4 SP6 ( not tested on other OS ) To use this combo box, follow the following steps: Cause this combo box uses CComboBox's listbox to store items, it has no special behavior, and can be used a usual CComboBox. It uses Hai Ha's article style to replace standard drop-down list with a virtual list control. A virtual one to prevent having two identical lists. only droplist combo style is currently working like standard CComboBox. I think the code is simple enough and doesn't need any other comments.
Downloads
Download source - 6 Kb
'개발 > 프로그래밍(일반)' 카테고리의 다른 글
[스크랩] MFC에 대한 유용한 팁 모음 (0) | 2010.02.05 |
---|---|
[MFC] Setting the width of the dropdown list (0) | 2010.02.02 |
[스크랩] O_NONBLOCK 그리고 EAGAIN (0) | 2009.12.11 |
[스크랩] find 옵션 (0) | 2009.12.03 |
[스크랩] vim 강좌 (0) | 2009.12.03 |