搜索资源列表
comp9.net
- COM 组件设计与应用(十)——IDispatch 接口 for VC.NET -COM Design and Application (10) -- IDispatch interface for VC.
comtut11src
- 介绍两种方法来写自动化(IDispatch)接口的组件程序,一是用 MFC 方式编写“纯粹”的 IDispatch 接口;二是用 ATL 方式编写“双接口”的组件。这一回将讨论IDispatch 接口和双接口...... 使用者要想调用普通的 COM 组件功能,必须要加载这个组件的类型库(Type library)文件 tlb(比如在 VC 中使用 #import)。-introduces two ways to write automation (IDispatch) interface
MIDAS
- 特徵: 1.在客戶端使用IDispatch使appserver可以作为接口使用.可以有代碼輸入提示啦,哈哈 2.支援服務器廣播,由服務器觸發客戶端事件.(callback). 實現過程: 1.在服务器的TLB里面定义一个ICLIENT,在客户端应用程序实现ICLIENT的接口. 2.APPSERVER定义一个注册ICLIENT到服务器的方法,在服务器的需要的时候调用ICLIENT.即可以反映到客戶端 -Feature : 1. The client uses to
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
JSCalls_src
- c# class examples bool CWebPage::GetJscr ipt(CComPtr<IDispatch>& spDisp)
dyn_IDispatch_src
- 动态创建IDispatch接口 ,这个功能好,可以动态创建自己的COM组件
ADO操作ACESS
- 直接通过ADO操作Access数据库 ADO(Active Data Object,活动数据对象)实际上是一种基于COM(组件对象模型)中的自动化接口(IDispatch)技术,并以OLE DB(对象连接和镶入的数据库)为基础,经过OLE DB精心包装后的数据库访问技术,利用它可以快速的创建数据库应用程序。-ADOAccess ADO(Active Data Object)COM()(IDispatch)OLE DB()OLE DB carefully packaged database acc
MFCDisp
- How to replace the MFC IDispatch implementation Testing the Sample Server Handling Errors SUMMARY MFCDISP demonstrates how to replace MFC s IDispatch implementation with a type-library-based IDispatch implementation that uses the OLE syste
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
atldispa_src
- 使用宏,不用typelib实现IDispath-Implement IDispatch interface using Macro
NewfeaturesinCSharp4.0
- The major theme for C# 4.0 is dynamic programming. Increasingly, objects are “dynamic” in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program. Som
COMJISHUDEGAINIAN
- COM编程的一般知识,包含COM方法概述、IUnknown接口、IClassFactory接口、IDispatch接口等的描述总结。-COM S Common Knowledge including Interface IUnKnown,IClassFactory,IDispatch and so on
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
aroccam
- Introduce two ways to write automation (IDispatch), the components of the interface program is good,