Welcome![Sign In][Sign Up]
Location:
Search - vc ATL COM

Search list

[Windows Develop使用VC++ATL实现Office的COM插件

Description: 关于普通DLL插件的实现VC知识库里已有文章介绍,但在很多大型的软件中(如ArcGis、Office)中都不是采用这种方法,基于COM的插件在当今的大型软件中应用的更广泛-We known that regular DLL plugin implmentation already introduced in those papers of VC knowledge database, but in those large software( like ArcGis,Office), this it not popular. Plugin based on COM is popular used in large software
Platform: | Size: 71385 | Author: 杨杰 | Hits:

[Other resourceCOM&VC

Description: COM基础入门.分为 COM组件设计与应用 和 用ATL建立轻量级的COM对象,资料来至VCKBASE -COM based portal. COM divided into design and application, and the use of lightweight building ATL COM objects, information to VCKBASE
Platform: | Size: 3068250 | Author: lou | Hits:

[ActiveX/DCOM/ATLVC++ ATL为Microsoft Word加入功能简单的COM插件

Description: 介绍一种使用VC++ ATL(Active Template Library),利用IDTExtensibility2接口,为Microsoft Word加入功能简单的COM插件(addin),加入工具栏按钮和菜单等可视部件,并为其加入响应事件的方法,并在最后简单说明了实现与Office宏混合编程的方法-A VC ATL (Active Template Library), using IDTExtensibility2 interface for Microsoft Word functional simple plug-COM (addin) accession toolbar buttons and menus, and other visual components, and its accession to respond to the incident, and the final realization of a simple statement with the Office Acer mixed programming method
Platform: | Size: 74931 | Author: 代泽伟 | Hits:

[ActiveX/DCOM/ATLVC++设计的COM控件

Description: COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Object Model), which itself is a specific platform-independent standards that support Automation function. VC ATL (activity Template Library) provides a simple and flexible way to create COM object, because the space occupied by small, the controls are built very small. ATL therefore we choose to design and develop a COM component, the component in the window drawing a double pendulum and may amend function parameters to repaint components, thus producing dynamic effect
Platform: | Size: 30188 | Author: 和平鸽 | Hits:

[ActiveX/DCOM/ATLVCHOME_control

Description: 组件技术综合资料库。COM,COM+,DCOM,ATL,ActiveX,DLL等等技术汇集-component technology integrated database. COM, COM, DCOM, ATL, ActiveX, DLL, etc. Technology Survey
Platform: | Size: 1748992 | Author: | Hits:

[ActiveX/DCOM/ATLatlcom

Description: 一个用VC实现的ATL COM组件的小程序-a VC with the ATL COM small procedures
Platform: | Size: 2975744 | Author: 卓雨 | Hits:

[ActiveX/DCOM/ATLVC++ ATL为Microsoft Word加入功能简单的COM插件

Description: 介绍一种使用VC++ ATL(Active Template Library),利用IDTExtensibility2接口,为Microsoft Word加入功能简单的COM插件(addin),加入工具栏按钮和菜单等可视部件,并为其加入响应事件的方法,并在最后简单说明了实现与Office宏混合编程的方法-A VC ATL (Active Template Library), using IDTExtensibility2 interface for Microsoft Word functional simple plug-COM (addin) accession toolbar buttons and menus, and other visual components, and its accession to respond to the incident, and the final realization of a simple statement with the Office Acer mixed programming method
Platform: | Size: 74752 | Author: 代泽伟 | Hits:

[ActiveX/DCOM/ATLVC++网络高级编程之十六

Description: VC++网络高级编程 该实例向读者展示了ATL的一般编程方法,为后面的COM和DCOM打好基础-VC network programming examples that demonstrate to the readers of the ATL general programming methods, behind the COM and DCOM lay a good foundation
Platform: | Size: 28672 | Author: 张思发 | Hits:

[ActiveX/DCOM/ATLVC++设计的COM控件

Description: COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Object Model), which itself is a specific platform-independent standards that support Automation function. VC ATL (activity Template Library) provides a simple and flexible way to create COM object, because the space occupied by small, the controls are built very small. ATL therefore we choose to design and develop a COM component, the component in the window drawing a double pendulum and may amend function parameters to repaint components, thus producing dynamic effect
Platform: | Size: 29696 | Author: 和平鸽 | Hits:

[Windows Develop使用VC++ATL实现Office的COM插件

Description: 关于普通DLL插件的实现VC知识库里已有文章介绍,但在很多大型的软件中(如ArcGis、Office)中都不是采用这种方法,基于COM的插件在当今的大型软件中应用的更广泛-We known that regular DLL plugin implmentation already introduced in those papers of VC knowledge database, but in those large software( like ArcGis,Office), this it not popular. Plugin based on COM is popular used in large software
Platform: | Size: 70656 | Author: | Hits:

[ActiveX/DCOM/ATLcomtut11src

Description: 介绍两种方法来写自动化(IDispatch)接口的组件程序,一是用 MFC 方式编写“纯粹”的 IDispatch 接口;二是用 ATL 方式编写“双接口”的组件。这一回将讨论IDispatch 接口和双接口...... 使用者要想调用普通的 COM 组件功能,必须要加载这个组件的类型库(Type library)文件 tlb(比如在 VC 中使用 #import)。-introduces two ways to write automation (IDispatch) interface components procedures with MFC First approach to the preparation of "pure" IDispatch interface; Two methods are used to prepare ATL "dual interface" components.IDispatch ...... COM (Type library) tlb( VC #import)
Platform: | Size: 254976 | Author: 冷寒 | Hits:

[ActiveX/DCOM/ATLATL 问答集

Description: ATL问答集,讲述了atl各操作。com&dcom有关说明。-ATL quiz about the operation of the ATL. Comdcom the related notes.
Platform: | Size: 98304 | Author: 陈名 | Hits:

[ActiveX/DCOM/ATLPiSvr

Description: 一个用atl开发得com例子,能够让用户很快步入atl开发环境。vc60 编译通过-with an ATL examples of development com, which allows users to quickly enter ATL development environment. Compiled by vc60
Platform: | Size: 1776640 | Author: 刘柳斌 | Hits:

[ActiveX/DCOM/ATLAddin_Project_Framework_Src

Description: VC下插件功能的完整案例。演示了COM、ATL等的编程技术。-VC plug-functional integrity of the case. Demonstration of COM, ATL other programming technologies.
Platform: | Size: 442368 | Author: zeng | Hits:

[ActiveX/DCOM/ATL《ATL开发指南(第二版)》源代码

Description: 附上《ATL开发指南(第二版)》源代码。-with "ATL Development Guide (2nd Edition)" source code.
Platform: | Size: 808960 | Author: Alex | Hits:

[ActiveX/DCOM/ATLTestATL0920

Description: ATL/com接口的使用,以及IDispacth 接口调用,是组件编程的理想例子。-ATL/com interface to use, as well as call IDispacth interface is an ideal example of component programming.
Platform: | Size: 5959680 | Author: yejun | Hits:

[ActiveX/DCOM/ATLevent

Description: 该源码包含VC Atl开发的事件的源代码(组件程序和测试程序)-The source code contains the development of VC Atl event source code (assembly procedures and testing procedures)
Platform: | Size: 45056 | Author: geeyi | Hits:

[ActiveX/DCOM/ATLVC6.0_ATL_COM

Description: 介绍在VC6.0下如何创建ATL com组件,并提供实例说明如何使用以及释放ATL控件。 另外,ATL组件也可以应用在网页中。-Describes how to create a VC6.0 ATL com component, and provide examples of how to use and release of ATL control. In addition, ATL component can also be used in Web pages.
Platform: | Size: 2208768 | Author: 秀珍 | Hits:

[Software EngineeringVC-ATL-COM-

Description: VC ATL COM 入门实例教程 VC ATL COM 入门实例教程-VC ATL COM Tutorial Introduction Example
Platform: | Size: 125952 | Author: liujie | Hits:

[ActiveX/DCOM/ATLCOMPGuide

Description: 这是一般介绍 COM+的书籍。 书名是:COM+编程指南。 书里面的源代码很多都是使用VC++的 ATL库写的。 -This is a general introduction to COM+ books. Title is: COM+ Programming Guide. The source code of the book which many are using VC++, ATL library written.
Platform: | Size: 13027328 | Author: 汤文 | Hits:
« 12 3 4 »

CodeBus www.codebus.net