{"id":904,"date":"2016-09-20T00:21:27","date_gmt":"2016-09-19T15:21:27","guid":{"rendered":"http:\/\/dev.activebasic.com\/egtra\/?p=904"},"modified":"2016-10-31T23:32:49","modified_gmt":"2016-10-31T14:32:49","slug":"atlcaxwindow%e3%81%a7webbrowser%e3%82%b3%e3%83%b3%e3%83%88%e3%83%ad%e3%83%bc%e3%83%ab%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%82%8b","status":"publish","type":"post","link":"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/","title":{"rendered":"ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b"},"content":{"rendered":"<p>C++\u30b3\u30fc\u30c9\u3060\u3051\u3067\u3001\u306a\u304a\u304b\u3064ATL::CAxWindow\u30af\u30e9\u30b9\uff08<a href=\"https:\/\/msdn.microsoft.com\/ja-jp\/library\/yx242b61.aspx\">MSDN\u30e9\u30a4\u30d6\u30e9\u30ea<\/a>\uff09\u3092\u4f7f\u3063\u3066\u3001WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002\u3068\u3044\u3046\u306e\u3082\u3001ATL\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30b3\u30fc\u30c9\u3068\u3057\u3066\u3001<\/p>\n<ul>\n<li>\u30c0\u30a4\u30a2\u30ed\u30b0\u3067\u4f5c\u308b\u3082\u306e<\/li>\n<li>AtlAxWinInit\u95a2\u6570\u3068AtlAxWin\u30a6\u30a3\u30f3\u30c9\u30a6\u30af\u30e9\u30b9\uff08\u6b63\u78ba\u306b\u306fATL\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306b\u3088\u3063\u3066\u5c11\u3057\u7570\u306a\u308b\u540d\u79f0\uff09\u3092\u4f7f\u3046\u3082\u306e<\/li>\n<\/ul>\n<p>\u3057\u304b\u898b\u5f53\u305f\u3089\u306a\u304b\u3063\u305f\u306e\u3067\u3001\u81ea\u5206\u3067\u66f8\u3044\u3066\u307f\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f\u3002<\/p>\n<p>ATL::CAxWindow\u306f\u3001ATL::CWindow\u304b\u3089\u6d3e\u751f\u3057\u3066\u3001\u3044\u304f\u3064\u304b\u30e1\u30f3\u30d0\u30fc\u95a2\u6570\u304c\u5897\u3048\u305f\u30af\u30e9\u30b9\u3067\u3059\u3002\u305d\u306e\u70b9\u3067\u306f\u3001WTL::CButton\u3084WTL::CEdit\u306a\u3069\u3068\u540c\u69d8\u306a\u5b58\u5728\u3067\u3059\u3002\u30a6\u30a3\u30f3\u30c9\u30a6\u30af\u30e9\u30b9AtlAxWin\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6301\u3061\u3001\u307e\u305f\u3001\u305d\u306e\u4e2d\u3067ActiveX\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u52d5\u304b\u3059\u6a5f\u80fd\u3092\u6301\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u305d\u3093\u306a\u308f\u3051\u3067\u3001ATL\/WTL\u3092\u4f7f\u3063\u3066\u4f5c\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u304a\u3044\u3066\u3001\u30a6\u30a3\u30f3\u30c9\u30a6\u5185\u306bActiveX\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u8f09\u305b\u3088\u3046\u3068\u3044\u3046\u5834\u5408\u3001\u307e\u305aATL::CAxWindow\u3092\u4f7f\u3063\u3066\u307f\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u308f\u3051\u3067\u3059\u3002<\/p>\n<pre lang=\"cpp\">\r\n#define UNICODE\r\n#define _UNIDODE\r\n\r\n#define WINVER 0x0501\r\n#define _ATL_XP_TARGETING\r\n#define _ATL_NO_AUTOMATIC_NAMESPACE\r\n#define _WTL_NO_AUTOMATIC_NAMESPACE\r\n\r\n#include <cstdlib>\r\n\r\n#include <windows.h>\r\n\r\n#include <atlbase.h>\r\n#include <atlwin.h>\r\n#include <atltypes.h>\r\n\r\n#include <atlapp.h>\r\n#include <atlcrack.h>\r\n\r\nclass Module : public ATL::CAtlExeModuleT<Module>\r\n{\r\n};\r\n\r\nModule module;\r\n\r\nclass TestWindow :\r\n  public ATL::CWindowImpl<TestWindow>,\r\n  public WTL::CMessageFilter\r\n{\r\npublic:\r\n  int Run(int cmdShow, _Inout_ WTL::CMessageLoop& msgLoop)\r\n  {\r\n    if (!Create(nullptr, ATL::CWindow::rcDefault,\r\n      TEXT(\"Hello, world\"), WS_OVERLAPPEDWINDOW))\r\n    {\r\n      return -1;\r\n    }\r\n\r\n    ShowWindow(cmdShow);\r\n    UpdateWindow();\r\n\r\n    msgLoop.AddMessageFilter(this);\r\n    return msgLoop.Run();\r\n  }\r\n\r\n  BOOL PreTranslateMessage(_In_ MSG* pmsg) override\r\n  {\r\n    if (m_webBrowser.IsWindow()\r\n      && m_webBrowser.SendMessage(\r\n        WM_FORWARDMSG, 0, reinterpret_cast<LPARAM>(pmsg)))\r\n    {\r\n      return TRUE;\r\n    }\r\n    return IsDialogMessage(pmsg);\r\n  }\r\n\r\n  DECLARE_WND_CLASS(TEXT(\"Test Window Class\"));\r\n\r\n  BEGIN_MSG_MAP(TestWindow)\r\n    MSG_WM_SIZE(OnSize)\r\n    MSG_WM_SETFOCUS(OnSetFocus)\r\n    MSG_WM_CREATE(OnCreate)\r\n    MSG_WM_DESTROY(OnDestroy)\r\n  END_MSG_MAP()\r\n\r\nprivate:\r\n  void OnSize(UINT, SIZE size)\r\n  {\r\n    m_webBrowser.ResizeClient(size.cx, size.cy);\r\n  }\r\n\r\n  void OnSetFocus(HWND)\r\n  {\r\n    m_webBrowser.SetFocus();\r\n  }\r\n\r\n  LRESULT OnCreate(const CREATESTRUCT*)\r\n  {\r\n    constexpr DWORD IDC_WEBBROWSER_CONTROL = 1;\r\n    RECT empty{};\r\n    m_webBrowser.Create(m_hWnd, empty, L\"https:\/\/www.google.co.jp\",\r\n      WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP | WS_GROUP, 0,\r\n      IDC_WEBBROWSER_CONTROL);\r\n\r\n    return 0;\r\n  }\r\n\r\n  void OnDestroy()\r\n  {\r\n    PostQuitMessage(0);\r\n  }\r\n\r\n  ATL::CAxWindow m_webBrowser;\r\n};\r\n\r\nint WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int cmdShow)\r\n{\r\n  if (FAILED(OleInitialize(nullptr)))\r\n  {\r\n    std::quick_exit(-1);\r\n  }\r\n\r\n  WTL::CMessageLoop msgLoop;\r\n  TestWindow wnd;\r\n  std::quick_exit(wnd.Run(cmdShow, msgLoop));\r\n}\r\n<\/pre>\n<p>WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306eCLSID\u306a\u3069\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u7b87\u6240\u304c\u5168\u304f\u3042\u308a\u307e\u305b\u3093\u304c\u3001Create\u30e1\u30f3\u30d0\u30fc\u95a2\u6570\u3067URL\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u305f\u3081\u3067\u3059\u3002\u306a\u304a\u3001ProgID\u3084CLSID\u3092\u6587\u5b57\u5217\u3067\u6307\u5b9a\u3059\u308c\u3070\u3001\u4ed6\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f5c\u6210\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>\u306a\u304a\u3001IWebBrowser2\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u5f97\u308b\u306b\u306f\u3001\u6b21\u306e\u3088\u3046\u306bQueryControl\u30e1\u30f3\u30d0\u30fc\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n<pre lang=\"cpp\">\r\nATL::CComPtr<IWebBrowser2> wb;\r\nm_webBrowser.QueryControl(&wb);\r\n<\/pre>\n<p><del datetime=\"2016-09-22T02:11:00+09:00\">PreTranslateMessage\u95a2\u6570\u306e\u5b9f\u88c5\u304c\u7279\u5fb4\u7684\u3067\u3059\u3002\u3053\u308c\u306f\u3069\u3046\u3057\u3066\u3082\u5206\u304b\u3089\u306a\u304b\u3063\u305f\u306e\u3067\u3001ATL::CAxDialogImpl\u306e\u5b9f\u88c5\u3092\u53c2\u8003\u306b\u3057\u307e\u3057\u305f\u3002<\/del><ins datetime=\"2016-09-22T02:11:00+09:00\">2016\u5e749\u670822\u65e5\u8ffd\u8a18: \u81ea\u5206\u304c\u6700\u521d\u306b\u66f8\u3044\u305f\u30b3\u30fc\u30c9\u304c\u52d5\u304b\u306a\u3044\u539f\u56e0\u304c\u5206\u304b\u3063\u305f\uff08\u5358\u7d14\u306a\u8aa4\u308a\u3060\u3063\u305f\uff09\u306e\u3067\u3001PreTranslateMessage\u95a2\u6570\u306e\u5b9f\u88c5\u3092\u5358\u7d14\u306a\u3082\u306e\u306b\u5909\u3048\u307e\u3057\u305f\u3002<\/ins><\/p>\n<p>\u4ee5\u4e0a\u3001ATL::CAxWindow\u3092\u4f7f\u3063\u3066WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b\u30b5\u30f3\u30d7\u30eb\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3057\u305f\u3002\u3053\u308c\u306f\u6700\u4f4e\u9650\u306e\u5b9f\u88c5\u306a\u306e\u3067\u3001\u5b9f\u969b\u6d3b\u7528\u3059\u308b\u306b\u306f\u3053\u3053\u304b\u3089\u3044\u308d\u3044\u308d\u66f8\u304d\u8db3\u3057\u3066\u3044\u304f\u3053\u3068\u306b\u306a\u308b\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u3068\u3053\u308d\u3067\u3001IE\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3084IE\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3068\u3044\u3046\u547c\u3073\u65b9\u3082\u3088\u304f\u898b\u304b\u3051\u307e\u3059\u3057\u3001\u79c1\u3082\u4f7f\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u8a18\u4e8b\u3067\u306fWebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u306b\u7d71\u4e00\u3057\u307e\u3057\u305f\u3002ExDisp.idl\u3067<code>coclass WebBrowser<\/code> (CLSID_WebBrowser)\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u3066\u3001MSDN\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3082WebBrowser Control\u3068\u8868\u8a18\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ATL\/WTL\u3092\u4f7f\u3046C++\u30b3\u30fc\u30c9\u3060\u3051\u3067\u3001ATL::CAxWindow\u30af\u30e9\u30b9\u3092\u4f7f\u3063\u3066\u3001WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[10,12,13],"tags":[142,247],"class_list":["post-904","post","type-post","status-publish","format-standard","hentry","category-com","category-vc","category-winapi","tag-atl","tag-wtl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d<\/title>\n<meta name=\"description\" content=\"ATL\/WTL\u3092\u4f7f\u3046C++\u30b3\u30fc\u30c9\u3060\u3051\u3067\u3001ATL::CAxWindow\u30af\u30e9\u30b9\u3092\u4f7f\u3063\u3066\u3001WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d\" \/>\n<meta property=\"og:description\" content=\"ATL\/WTL\u3092\u4f7f\u3046C++\u30b3\u30fc\u30c9\u3060\u3051\u3067\u3001ATL::CAxWindow\u30af\u30e9\u30b9\u3092\u4f7f\u3063\u3066\u3001WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/\" \/>\n<meta property=\"og:site_name\" content=\"\u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ysk.noh\" \/>\n<meta property=\"article:published_time\" content=\"2016-09-19T15:21:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-10-31T14:32:49+00:00\" \/>\n<meta name=\"author\" content=\"egtra\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@egtra\" \/>\n<meta name=\"twitter:site\" content=\"@egtra\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"egtra\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/\",\"url\":\"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/\",\"name\":\"ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d\",\"isPartOf\":{\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/#website\"},\"datePublished\":\"2016-09-19T15:21:27+00:00\",\"dateModified\":\"2016-10-31T14:32:49+00:00\",\"author\":{\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/#\/schema\/person\/8de756b2ff20b964f64594dfe8f18164\"},\"description\":\"ATL\/WTL\u3092\u4f7f\u3046C++\u30b3\u30fc\u30c9\u3060\u3051\u3067\u3001ATL::CAxWindow\u30af\u30e9\u30b9\u3092\u4f7f\u3063\u3066\u3001WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/dev.activebasic.com\/egtra\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/#website\",\"url\":\"https:\/\/dev.activebasic.com\/egtra\/\",\"name\":\"\u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d\",\"description\":\"\u982d\u306e\u4e2d\u306e\u304b\u3051\u3089\u3002ActiveBasic\u3092\u4e2d\u5fc3\u306b\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306e\u8a71\u3092\u307c\u3061\u307c\u3061\u3068\u3002\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev.activebasic.com\/egtra\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/#\/schema\/person\/8de756b2ff20b964f64594dfe8f18164\",\"name\":\"egtra\",\"sameAs\":[\"https:\/\/x.com\/egtra\"],\"url\":\"https:\/\/dev.activebasic.com\/egtra\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","description":"ATL\/WTL\u3092\u4f7f\u3046C++\u30b3\u30fc\u30c9\u3060\u3051\u3067\u3001ATL::CAxWindow\u30af\u30e9\u30b9\u3092\u4f7f\u3063\u3066\u3001WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/","og_locale":"ja_JP","og_type":"article","og_title":"ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","og_description":"ATL\/WTL\u3092\u4f7f\u3046C++\u30b3\u30fc\u30c9\u3060\u3051\u3067\u3001ATL::CAxWindow\u30af\u30e9\u30b9\u3092\u4f7f\u3063\u3066\u3001WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002","og_url":"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/","og_site_name":"\u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","article_publisher":"https:\/\/www.facebook.com\/ysk.noh","article_published_time":"2016-09-19T15:21:27+00:00","article_modified_time":"2016-10-31T14:32:49+00:00","author":"egtra","twitter_card":"summary_large_image","twitter_creator":"@egtra","twitter_site":"@egtra","twitter_misc":{"\u57f7\u7b46\u8005":"egtra","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/","url":"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/","name":"ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","isPartOf":{"@id":"https:\/\/dev.activebasic.com\/egtra\/#website"},"datePublished":"2016-09-19T15:21:27+00:00","dateModified":"2016-10-31T14:32:49+00:00","author":{"@id":"https:\/\/dev.activebasic.com\/egtra\/#\/schema\/person\/8de756b2ff20b964f64594dfe8f18164"},"description":"ATL\/WTL\u3092\u4f7f\u3046C++\u30b3\u30fc\u30c9\u3060\u3051\u3067\u3001ATL::CAxWindow\u30af\u30e9\u30b9\u3092\u4f7f\u3063\u3066\u3001WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3046\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f\u3002","breadcrumb":{"@id":"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dev.activebasic.com\/egtra\/2016\/09\/20\/904\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/dev.activebasic.com\/egtra\/"},{"@type":"ListItem","position":2,"name":"ATL::CAxWindow\u3067WebBrowser\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092\u4f7f\u3063\u3066\u307f\u308b"}]},{"@type":"WebSite","@id":"https:\/\/dev.activebasic.com\/egtra\/#website","url":"https:\/\/dev.activebasic.com\/egtra\/","name":"\u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","description":"\u982d\u306e\u4e2d\u306e\u304b\u3051\u3089\u3002ActiveBasic\u3092\u4e2d\u5fc3\u306b\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306e\u8a71\u3092\u307c\u3061\u307c\u3061\u3068\u3002","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.activebasic.com\/egtra\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/dev.activebasic.com\/egtra\/#\/schema\/person\/8de756b2ff20b964f64594dfe8f18164","name":"egtra","sameAs":["https:\/\/x.com\/egtra"],"url":"https:\/\/dev.activebasic.com\/egtra\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/posts\/904"}],"collection":[{"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/comments?post=904"}],"version-history":[{"count":0,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/posts\/904\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/media?parent=904"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/categories?post=904"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/tags?post=904"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}