{"id":18,"date":"1999-06-05T00:00:00","date_gmt":"1999-06-04T15:00:00","guid":{"rendered":"http:\/\/localhost\/blog\/?p=8"},"modified":"2014-08-14T16:38:42","modified_gmt":"2014-08-14T07:38:42","slug":"mfc%e3%81%ae%e3%83%90%e3%82%b0","status":"publish","type":"post","link":"https:\/\/denasu.com\/blog\/1999\/06\/diary18","title":{"rendered":"MFC\u306e\u30d0\u30b0"},"content":{"rendered":"<p>VC\uff0cDoc-View \u306a\u3057\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\uff0c\u30c4\u30fc\u30eb\u30d0\u30fc\u3068\u304b\u3092\u4f5c\u6210\u3057\u306a\u3044\u5834\u5408\uff0cCMainFrame::OnCreate \u3092\u4f5c\u6210\u3057\u3066\u304f\u308c\u306a\u3044\u3002\u30d0\u30b0\u3060\u308d\u3046\u3002<\/p>\n<pre class=\"brush:cpp\">\r\nint CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) \r\n{\r\n    if (CFrameWnd::OnCreate(lpCreateStruct) == -1)\r\n        return -1;\r\n\r\n    \/\/ \u30d5\u30ec\u30fc\u30e0\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u9818\u57df\u5168\u4f53\u3092\u5360\u3081\u308b\u30d3\u30e5\u30fc\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002\r\n    if (!m_wndView.Create(NULL, NULL, AFX_WS_DEFAULT_VIEW,\r\n        CRect(0, 0, 0, 0), this, AFX_IDW_PANE_FIRST, NULL))\r\n    {\r\n        TRACE0(\"Failed to create view windown\");\r\n        return -1;\r\n    }\r\n\r\n    return 0;\r\n}\r\n<\/pre>\n<p>\u3092\u8ffd\u52a0\u3002\u3053\u308c\u304c\u306a\u3044\u3068\u30d3\u30e5\u30fc\u304c\u306a\u304f\u3066\u843d\u3061\u308b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>VC\uff0cDoc-View \u306a\u3057\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\uff0c\u30c4\u30fc\u30eb\u30d0\u30fc\u3068\u304b\u3092\u4f5c\u6210\u3057\u306a\u3044\u5834\u5408\uff0cCMainFrame::OnCreate \u3092\u4f5c\u6210\u3057\u3066\u304f\u308c\u306a\u3044\u3002\u30d0\u30b0\u3060\u308d\u3046\u3002 int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CFrameWnd::OnCreate(lpCreateStruct) == -1) return -1; \/\/ \u30d5\u30ec\u30fc\u30e0\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u9818\u57df\u5168\u4f53\u3092\u5360\u3081\u308b\u30d3\u30e5\u30fc\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002 if (!m_wndView.Create(NULL, NULL, AFX_WS_DEFAULT_VIEW, CRect(0, 0, 0, 0), this, AFX_IDW_PANE_FIRST, NULL)) { TRACE0(&#8220;Failed to create view windown&#8221;); return -1; } return 0; } \u3092\u8ffd\u52a0\u3002\u3053\u308c\u304c\u306a\u3044\u3068\u30d3\u30e5\u30fc\u304c\u306a\u304f\u3066\u843d\u3061\u308b\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[22],"class_list":["post-18","post","type-post","status-publish","format-standard","hentry","category-programming","tag-win32"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4ZThs-i","_links":{"self":[{"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/posts\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":2,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/posts\/18\/revisions"}],"predecessor-version":[{"id":2575,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/posts\/18\/revisions\/2575"}],"wp:attachment":[{"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/media?parent=18"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/categories?post=18"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/tags?post=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}