搜索资源列表
comtut11src
- 介绍两种方法来写自动化(IDispatch)接口的组件程序,一是用 MFC 方式编写“纯粹”的 IDispatch 接口;二是用 ATL 方式编写“双接口”的组件。这一回将讨论IDispatch 接口和双接口...... 使用者要想调用普通的 COM 组件功能,必须要加载这个组件的类型库(Type library)文件 tlb(比如在 VC 中使用 #import)。-introduces two ways to write automation (IDispatch) interface
com编程实例全集
- 说到COM,相信在Windows平台上有过开发经验的朋友一定接触过,它是Windows操作系统的基本软件模型,从93年建立以来,为Windows平台的推广和发展做出了不可磨灭的贡献,而且其自身还在不断发展。但是要真正开发COM组件并不是很轻松,在Visual C++中,我们既可以使用MFC也可以使用ATL。MFC完全面向Windows应用,它用C++的封装技术建立了一套适合于开发Windows应用的C++类库,虽然在后期的版本中MFC提供了大量的COM支持,但是从基本的设计结构上讲,MFC不适合
ExercitatioMFC&ATL
- 上面是我在学习MFC和ATL程序设计实现COM时所编写的程序,希望对大家有帮助.-above my learning MFC and ATL COM Design procedures prepared by the procedures, we want to help.
howtomakeCOM
- 如何创建基于COM的DLL程序 以一个ToolBox.dll的创建过程为例说明如何用MFC建立基于COM的DLL程序。-how to create DLL COM-based processes to the creation of a process ToolBox.dll example shows how to use COM-based MFC DLL procedures.
testSkypeEnum
- 演示在MFC中调用com服务器组件,获取集合数据,并实现add,remove等操作。-demonstration in MFC call com server components, access to the aggregated data, and achieve add, remove operational.
acdual
- ACDUAL 演示了如何使用本机编译器 COM 支持向基于 MFC 的自动化应用程序添加双重接口支持
ComDlgInDlldown
- 一个国外高手的COM应用程序,将对话框封于COM动态库中,并且用的普通MFC对话框程序改制的
AutoATL
- 用ATL与MFC构造COM的自动化编程界面
TestMfcCom
- MFC下COM编程,环境VC6.0下,内附源测试通过,代码齐全!
Simulated_COM
- simulated-com示例展示模拟组件对象的的工作原理,simulated_com是win32_console应用程序(非mfc),模拟使用类厂构建对象,并调用接口functions
MFC_INPROC_COM
- mfc_inproc_com展示进程内com的实现方法,示例是使用mfc实现com,详细内容用户可以参考msdn中vc组件编程
mfc_com_client
- 本例程展示如何使用mfc创建com的客户端,并调用com接口,完成对组件的访问
用MFC写COM
- 本文首先描述创建一个COM服务器的步骤和核心代码.然后说明客户程序关键代码。-This paper first describes the creation of a COM server steps and core code. It then describes the key client code.
MfcAASvr
- 用MFC开发com组件的服务器,对初学com的人很有好处。还有一个CLIENT代码-Using MFC to develop com server component of learning is very good for those who com. There is also a CLIENT code
MfcAACon
- 用MFC开发com组件的CLIENT,对初学com的人很有好处。还有一个服务器代码。-MFC Development using com components CLIENT, for the beginner is very advantageous to those who com. There is also a server code
mymfccom
- 这是一个用MFC开发的COM组件,从中可以学到很多COM组件开发的知识.-This is a development of the COM with MFC components that can be learned from a lot of COM components to develop knowledge.
ViewPlugIn_2.0
- 自己些的用COM实现MFC单文档程序的多个视图,视图以COM插件的方式动态添加到MFC主程序,添加一个视图后将在工具栏上出现一个按钮。-More use of their own MFC Single Document COM implementation process multiple views, view to the way COM plug-ins added to the MFC dynamic main program, add a view on the toolbar wil
COMnoMFCAT
- COMnoMFCAT是使用MFC编写的一个COM服务器,很好的学习的例子-COMnoMFCAT are prepared to use MFC as a COM server, a very good example of study
MFCconnection
- 使用MFC对COM进行开发,描述了如何使用COM的连接点机制.-How to use MFC to develop COM with connection
ExcelOut_03_29_20_58
- Excel COM在组件调用的C++包装类.包括MFC操作Excel文件的例子.-Excel Com s CPP class, you can use it to read and write Excel files. very easy! Included example with MFC.