タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

WindowsとWebKitに関するnullpobugのブックマーク (1)

  • WebKitをWindowsから使う

    Life with Web Browser Engine (Gecko, WebKit and etc), Mobile and etc. I posted English content in http://wontfix-en.blogspot.com/2008/01/since-i-research-webkit-i-try-writing.html. ちょっと、WebKitについて調べてみたので、ついでにWebKitの使い方を調べてみた。 WebKitはCOMのインターフェイスを持っているので、COM経由でロードして使う。ここらはInternet Explorerとかと一緒。 初期化 IWebViewをCoCreateInstance()で取得後、親のウィンドウハンドルを登録して、initWithFrame()を呼べば、WebKitのウィンドウが作成される。 IWebView *p

  • 1