{"id":265,"date":"2014-07-26T05:22:07","date_gmt":"2014-07-26T14:22:07","guid":{"rendered":"http:\/\/blog.box.kr\/?p=265"},"modified":"2014-07-26T05:22:07","modified_gmt":"2014-07-26T14:22:07","slug":"mfc-clistctrl%ec%97%90%ec%84%9c-%ed%8f%ac%ec%bb%a4%ec%8a%a4%eb%a5%bc-%ec%9e%83%ec%96%b4%eb%8f%84-%ec%84%a0%ed%83%9d%eb%90%9c-%ec%95%84%ec%9d%b4%ed%85%9c-%ec%9c%a0%ec%a7%80%ed%95%98%eb%8a%94","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=265","title":{"rendered":"[MFC] CListCtrl\uc5d0\uc11c \ud3ec\ucee4\uc2a4\ub97c \uc783\uc5b4\ub3c4 \uc120\ud0dd\ub41c \uc544\uc774\ud15c \uc720\uc9c0\ud558\ub294 \uc635\uc158"},"content":{"rendered":"<div class=\"titleWrap\" style=\"color: #000000;\">\n<h2 class=\"title\" style=\"font-weight: bold; color: #5c5c5c;\"><\/h2>\n<\/div>\n<div class=\"container\" style=\"color: #000000;\">\n<div class=\"article\" style=\"color: #8a8a8a;\">\n<div class=\"tt_article_useless_p_margin\"><span id=\"callbacknestistudyhardtistorycom2573329\"><\/span>CListCtrl listctrl;<\/p>\n<p>listctrl.ModifyStyle(0, LVS_SHOWSELALWAYS);<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>CListCtrl listctrl; listctrl.ModifyStyle(0, LVS_SHOWSELALWAYS);<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"ngg_post_thumbnail":0,"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[9,19,7],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-4h","jetpack-related-posts":[{"id":323,"url":"https:\/\/blog.box.kr\/?p=323","url_meta":{"origin":265,"position":0},"title":"[MFC] &#8211; \ud3ec\ucee4\uc2a4 \uc5c6\ub294 \ucc3d \ub9cc\ub4e4\uae30","date":"2014-08-09","format":false,"excerpt":"\ucc3d\uc740 \uc0dd\uc131 \ub418\uc9c0\ub9cc, \ud3ec\ucee4\uc2a4\ub294 \uac00\uc838 \uc624\uc9c0 \uc54a\ub294 \ucc3d \ub9cc\ub4e4\uae30. MFC \ub2e4\uc774\uc5bc\ub85c\uadf8 \ubaa8\ub4dc\ub77c\uba74, \ucd08\uae30\ud654 \ucf54\ub4dc\uc5d0 \ub2e4\uc74c\u00a0\ucd94\uac00! SetWindowLong(m_hWnd,GWL_EXSTYLE,WS_EX_NOACTIVATE); \uc544\ub294\uac8c \ud798!!! \u00a0","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":289,"url":"https:\/\/blog.box.kr\/?p=289","url_meta":{"origin":265,"position":1},"title":"VisualStudio 2013 MFC DialogBase APP\uc758 popupDialog\uc758 TOP_MOST \uc18d\uc131 \ubb38\uc81c..","date":"2014-08-07","format":false,"excerpt":"VisualStudio 2013 MFC DialogBase APP\uc758 popupDialog\uc758 TOP_MOST \uc18d\uc131 \ubb38\uc81c.. \u00a0 \uc5c6\uc560\ub294\uac8c \uc548\ub418\uc11c \ubcf4\ub2c8.. \u00a0 SetWindowPos(&wndTopMost, 0, 0, 0, 0, ~WS_EX_TOPMOST); \u00a0 \uc774\ub807\uac8c \uc18d\uc131\uc744 \uc81c\uac70 \ud574\uc8fc\uba74 \ub41c\ub2e4.. \u00a0 \ub2e8,, Parent\uac00 TOP_MOST\uba74 \uc18c\uc6a9 \uc5c6\ub2e4\ub294..","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":321,"url":"https:\/\/blog.box.kr\/?p=321","url_meta":{"origin":265,"position":2},"title":"MFC] &#8211; CWebBrowser2 \uc5d0\uc11c IWebBrowser2 \uc0ac\uc6a9\ud558\uae30","date":"2014-08-09","format":false,"excerpt":"\ucc38\uace0 :\u00a0http:\/\/computer-programming-forum.com\/82-mfc\/20b17af03936f1e8.htm You can get the IWebBrowser2 from the CWebBrowser2 something like this... \u00a0 \u00a0 IWebBrowser2* GetIWebBrowser2FromCWebBrowser2(CWebBrowser2& wndBrowser) { IWebBrowser2* piWebBrowser2=NULL; if (LPUNKNOWN pUnk = wndBrowser.GetControlUnknown()) { if (SUCCEEDED(pUnk->QueryInterface( IID_IWebBrowser2, (void**)&piWebBrowser2))) { \/\/ Remember to call Release return piWebBrowser2; } } return NULL; } And call it something like this...\u2026","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":414,"url":"https:\/\/blog.box.kr\/?p=414","url_meta":{"origin":265,"position":3},"title":"[\ud38c][MFC] \uc791\uc5c5\ud45c\uc2dc\uc904 \uc228\uae30\uae30_\ubcf4\uc774\uae30","date":"2014-11-25","format":false,"excerpt":"\uc791\uc5c5\ud45c\uc2dc\uc904 \uc228\uae30\uae30 \u00a0 \u00a0 \u00a0 \u00a0 APPBARDATA stAppBarData; \u00a0 \u00a0 \u00a0 \u00a0 ZeroMemory( &stAppBarData, sizeof(stAppBarData) ); \u00a0 \u00a0 \u00a0 \u00a0 stAppBarData.cbSize = sizeof(stAppBarData); \u00a0\u00a0 \u00a0 \u00a0 \u00a0stAppBarData.hWnd = (HWND)FindWindow(_T(\"Shell_TrayWnd\"), NULL); \u00a0 \u00a0 \u00a0 \u00a0 stAppBarData.lParam |= ABS_AUTOHIDE; \u00a0 \u00a0 \u00a0 \u00a0SHAppBarMessage(ABM_SETSTATE, &stAppBarData); \uc791\uc5c5\ud45c\uc2dc\uc904 \ubcf4\uc774\uae30 \uc8fc\uc758! \uc228\uae30\uae30 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\uba74, MFC\ud504\ub85c\uadf8\ub7a8\uc744 \uc885\ub8cc\ud574\ub3c4,\u2026","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":236,"url":"https:\/\/blog.box.kr\/?p=236","url_meta":{"origin":265,"position":4},"title":"INI Reader \/ Writer Class for MFC and ANSI C++ ( Windows  Linux )","date":"2014-07-23","format":false,"excerpt":"http:\/\/www.codeproject.com\/Articles\/12914\/INI-Reader-Writer-Class-for-MFC-and-ANSI-C-Windows","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":315,"url":"https:\/\/blog.box.kr\/?p=315","url_meta":{"origin":265,"position":5},"title":"[MFC] &#8211; \ub2e4\uc774\uc5bc\ub85c\uadf8 \ub9ac\uc0ac\uc774\uc9d5\uc2dc \uae5c\ube61\uc784","date":"2014-08-09","format":false,"excerpt":"dialog \ucc3d\uc744 \ub9ac\uc0ac\uc774\uc9d5 \ud560 \uacbd\uc6b0, \ub0b4\ubd80\uc758 \ucee8\ud2b8\ub864 \ub4f1\uc774 \uae5c\ube61\uc774\ub294 \ud604\uc0c1\uc774 \uc0dd\uae38 \uc218 \uc788\ub2e4. \u00a0 \u00a0 \uc774\ub7f4 \uacbd\uc6b0, \uc81c\uc77c \uba3c\uc800 dialog \uc18d\uc131\uc744 \ud655\uc778\ud585\uc790.. \u00a0 '\u00a0 S_CLIPCHILDREN | WS_CLIPSIBLINGS ' \u00a0 \uc704 \ub450 \uc18d\uc131\uc744 \ucd94\uac00\ud558\uba74...\uac70\uc758 \uae5c\ube61\uc784\uc744 \uc7a1\uc744 \uc218 \uc788\uc744 \uac83\uc774\ub2e4.... \u00a0 \u00a0 \ud558\uc9c0\ub9cc...\uadf8\ub798\ub3c4 \uc548\ub420\uacbd\uc6b0\ub294 \ub354\ube14 \ubc84\ud37c\ub9c1\uc744 \ucd94\ucc9c!!!","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/265"}],"collection":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=265"}],"version-history":[{"count":0,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/265\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=265"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=265"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}