タグ

2011年12月9日のブックマーク (2件)

  • Dependency Walker (depends.exe) Home Page

    Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with

  • Office ソリューションの開発

    Microsoft® Office 2000 ベースのソリューション開発に必要になるのは、コード記述の基を身に付けることです。正しいコード記述については、第 3 章「安定したコードを記述する」で説明します。この章では、名前付け基準やコードの構造など、効果的かつ再利用可能、保全性に優れ、洗練されたコードを記述するために必要な情報が記載されています。 第 4 章「Office のオブジェクトおよびオブジェクト モデルを理解する」では、Office ソリューション開発の核となるオブジェクト モデルについて詳細に説明します。この章では、オブジェクトの使用方法を、そのアプリケーション自体からのみでなく、オートメーション (旧 OLE オートメーション) を使用したほかのアプリケーションからも、詳細にわたって解説します。 第 5 章「Office アプリケーションを使用する」では、Microsoft

    Office ソリューションの開発