[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-08-09 andrew [MFC] – FTP 접속 및 파일 다운void CTestFTP::FTP_DOWN(CString filename) { CInternetSession session; CFtpConnection *pConnection...
2015-04-15 andrew CentOS SSH Installation And Configurationhttp://www.cyberciti.biz/faq/centos-ssh/ How do I install and configure ssh server and client...