搜索资源列表
comtut11src
- 介绍两种方法来写自动化(IDispatch)接口的组件程序,一是用 MFC 方式编写“纯粹”的 IDispatch 接口;二是用 ATL 方式编写“双接口”的组件。这一回将讨论IDispatch 接口和双接口...... 使用者要想调用普通的 COM 组件功能,必须要加载这个组件的类型库(Type library)文件 tlb(比如在 VC 中使用 #import)。-introduces two ways to write automation (IDispatch) interface
comp9
- COM组件设计与应用IDispatch 接口 for vc6.0-COM Design and Application IDispatch interface for vc6.0
comtut11src111
- COM 组件设计与应用IDispatch 及双接口的调用 -COM Design and Application IDispatch interface and dual call
dyn_IDispatch_src
- 动态创建IDispatch接口 ,这个功能好,可以动态创建自己的COM组件
IDispatch
- 实现IDispatch接口,不需要ATL,MFC, IDL,将SimpleDispatch.h加到工程即可,SystemUtil.h是一个使用SimpleDispatch.h的例子-Achieve IDispatch interface, no ATL, MFC, IDL, will SimpleDispatch.h can be added to the project, SystemUtil.h is an example of the use of SimpleDispatch.h
DynamicOxcCreate
- 展示OCX动态创建,并采用标准方式调用 IDispatch 接口的方法以及ATL 智能指针类调用 IDispatch 接口的方法,内容包括一个测试activex和一个测试工程以及相关的参考-Show the OCX dynamically created, and standard way to call the methods of the IDispatch interface and ATL smart pointer class called IDispatch interface, i
