タグ

activexに関するms2310のブックマーク (12)

  • Fabulous Adventures In Coding - Site Home - MSDN Blogs

    Eric Lippert's Erstwhile Blog Why is deriving a public class from an internal class illegal? In C# it is illegal to declare a class D whose base class B is in any way less accessible than D.... Author: Eric Lippert Date: 11/13/2012 It's still essential! I am pleased to announce that Essential C# 5.0 by Mark Michaelis, and, new for this edition, yours... Author: Eric Lippert Date: 11/09/2012 Dynami

    Fabulous Adventures In Coding - Site Home - MSDN Blogs
  • Vbals.com is for sale | HugeDomains

    Make 24 monthly payments Pay 0% interest Start using the domain today. See details

    Vbals.com is for sale | HugeDomains
  • ActiveXオートメーション プログラマーズガイド

    目   次 1.ActiveXオートメーションの概要 ◇ActiveXオートメーションとは? ○オートメーションの概要 ○用語の概要説明 ○VARIANTの説明 ○安全配列の説明 ○命名ガイドライン ○参考文献 2.オートメーションサーバ対応 ◇MFCを用いたサーバの作成方法 ○サーバーDLLの作成 ○オブジェクトの作成 ○コレクション/疑似コレクションの実現方法 ○メソッド/プロパティの作成 ○引数の処理方法 ○エラーの処理方法 ○タイプライブラリの作成 ○ヘルプ対応方法 ○Visual C++のバージョン非互換 3.オートメーションクライアント対応 ◇MFCを用いたオートメーションクライアントの作成方法 ○タイプライブラリを用いたクラスの作成 ○サーバとの接続方法 ○オブジェクト・コレクションの利用

  • SWT/Browserの拡張

    SWT/Browserの拡張 (for Windows only) このページは、Windows環境においてSWT3.0のBrowserウィジェットを拡張するコード(RssReaderで実装した機能)について記述している。Browserを拡張しようなんていう人はいないのかもしれないが、せっかく作ったので公開する。 IEコンポーネントの全体的なトピックについては Programming and Reusing the Browser (MSDNの英語記事)を、WebBrowserコントロールの使い方については WebBrowser Control を参照のこと。 なお、コードはあくまでもサンプルなので再利用は自己責任で。 セッションヒストリ ダウンロードコントロール OLEコマンド実行 スクリプト実行 表示中のHTMLの取得 その他・できないことなど セッションヒストリ WebBrows

  • Lightweight HTML Parsing Using MSHTML | CodeGuru

    Environment: Windows 2000 / Windows ME / IE 5.0+ I have a lot of experience in programming low-level MSHTML and I always see questions on how one can use MSHTML to parse HTML and then access elements via the DOM. Well, here it is. I use IMarkupServices provided by MSHTML. There is no need for an IOleClientSite or any sort of embedding. I think is is just about as light as anyone can get. In future

  • runan.net

  • SDK プログラム

    メインページに戻る 窓プログラミング 更新日 2000/07/23 ページ1 ページ2 タスクバーをのぞいた画面サイズの取得 プリンタの解像度の取得 プログラムが起動するまで待つ 水平と垂直両方のスクロールバーがあるとき Part1 水平と垂直両方のスクロールバーがあるとき Part2 ボタンの形をした絵を描く タスクバーにアイコンを SHBrowseForFolderの初期フォルダの指定 99/11/03訂正 実行ファイルサイズを減らす 99/07/19加筆訂正 DDEサーバーを作る DDEクライアントを作る 丸 三角 四角 みぃっつの窓があ~ったとさ~ グローバルフックを使う 98/07/15注意書きを追加 アイコン付きのポップアップメニュー 2000/03/17訂正 グラデーションタイトルバー その1 グラデーションタイトルバー その2 グラデーションタイトルバー その3 グラデーシ

  • IEコンポーネントの使い方 [VC++の使い方]

    IE4.0からIEコンポーネントを使えるようになりました。IEコンポーネントは、Donutなどの国産タブブラウザのほか、色々なアプリケーションで利用されています。 IEコンポーネントは、MFCのCHTMLViewを使えば簡単に作ることができますが、MFCを使いたくない場合もあります。この場合、ATLを選択するのが通常ですが、世の中のドキュメントの大半は ATL と AppWizard を組み合わせた使い方しか載っていません。ここでは、SDK的にIEコンポーネントを使う方法を取り上げます。 サンプルコードはこちら(35.9KB)(2002.12.15、プリコンパイル済みヘッダが見つからないエラーが出ないようにしました)。これをDLして解凍してください。詳細は、ソースファイルの中のコメント参照と言うことでお願いします。100行ほどのソースですので、ぜひ読んでみてください。 このサンプルでは、ダ

  • Microsoft Support

    All Microsoft Global Microsoft 365 Teams Copilot Windows Surface Xbox Deals Small Business Support Software Windows Apps AI Outlook OneDrive Microsoft Teams OneNote Microsoft Edge Skype PCs & Devices Computers Shop Xbox Accessories VR & mixed reality Certified Refurbished Trade-in for cash Entertainment Xbox Game Pass Ultimate PC Game Pass Xbox games PC and Windows games Movies & TV Business Micro

    Microsoft Support
  • DirectX

    Microsoft Learn. Spark possibility. Build skills that open doors. See all you can do with documentation, hands-on training, and certifications to help you get the most from Microsoft products. Learn by doing Gain the skills you can apply to everyday situations through hands-on training personalized to your needs, at your own pace or with our global network of learning partners. Take training Find

    DirectX
  • C++ から COM 経由で Internet Explorer を操作する

    Top Page/ Interface 研究室/ 2.C++ から COM 経由で Internet Explorer を操作する(Early Binding 版)[2005/03/29] Prev Index Next 前回、VBScript や JScript で Internet Explorer を操作しました。 今回は、実際に中で何が行われているのか見るために、C/C++ で同じことをやってみましょう。 同じ、といっても、厳密には同じではないです。 今回のサンプル作成およびコンパイルには、Visual Studio.Net 2003 を使い、コンソールアプリケーションとしてコンパイルしました。 なお、OS環境は、Windows 2000 Professional です。 さて、今回のソースを見てみましょう。 C++ [browseie.cpp] #include <atlbase

  • Oracle Java Technologies | Oracle

    Java Is the Language of Possibilities Java is powering the innovation behind our digital world. Harness this potential with Java resources for student coders, hobbyists, developers, and IT leaders.

  • 1