[MFC] CListCtrl에서 포커스를 잃어도 선택된 아이템 유지하는 옵션 CListCtrl listctrl; listctrl.ModifyStyle(0, LVS_SHOWSELALWAYS); Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-07-26 5:22 AM by andrew Comment 📂This entry was posted in C/C++ MFC & WINDOWS 참고를 위한 저장물
2014-09-15 andrew [펌]Scala 시작하기 http://ppassa.wordpress.com/2012/02/19/getting_started_scala/ Scala 시작하기 요즘 들어서 Scala를 공부하고 있...
2014-07-21 andrew javascript ==, ===의 의미0==false// true 0===false// false, because they are of a different type 1=="1"// true, auto type coe...