CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 ActiveX/DCOM 搜索资源 - ATL vc

搜索资源列表

  1. comtut11src

    0下载:
  2. 介绍两种方法来写自动化(IDispatch)接口的组件程序,一是用 MFC 方式编写“纯粹”的 IDispatch 接口;二是用 ATL 方式编写“双接口”的组件。这一回将讨论IDispatch 接口和双接口...... 使用者要想调用普通的 COM 组件功能,必须要加载这个组件的类型库(Type library)文件 tlb(比如在 VC 中使用 #import)。-introduces two ways to write automation (IDispatch) interface
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:247.98kb
    • 提供者:冷寒
  1. Addin_Project_Framework_Src

    0下载:
  2. VC下插件功能的完整案例。演示了COM、ATL等的编程技术。-VC plug-functional integrity of the case. Demonstration of COM, ATL other programming technologies.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:432.11kb
    • 提供者:zeng
  1. SimpleChart

    0下载:
  2. 自已用VC/ATL写的ActiveX显示条形及折线图的控件,为升级会员,放上来-own VC / ATL write ActiveX strip shows and Plotting controls, Member of the upgrade, Fangshanglai
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:297.38kb
    • 提供者:progfancy
  1. RotBitmapCtrl

    0下载:
  2. 可以任意旋转位图的COM组件,采用VC++ATL开发,旋转速度快。-can arbitrarily rotating bitmap COM, ATL using VC development, rotation speed.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:36.93kb
    • 提供者:翁丽萍
  1. grid++report

    1下载:
  2. Grid++Report是一款高性能的报表组件(构件/控件),特别适用于管理信息系统(如ERP、进销存、财务等)的报表开发。提供一个具有超强数据展现能力的数据网格(DataGrid)部件,制作各种表格报表非常简便;运行时可通过事件响应使报表与用户交互;针对票据套打进行了专门实现;总之Grid++Report 是制作动态报表的最佳选择。提供可视化报表设计器,设计报表快速简单。Grid++Report除了提供打印功能外,还提供报表的查询显示功能,即如各种数据网格(DataGrid)控件一样显示数据,
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:4.13mb
    • 提供者:wang
  1. comtut13src13

    0下载:
  2. 利用vc的atl摸板向导生成com组件,该例子主要演示了事件的实现机制-use vc atl foil the Wizard com generation components, the main example of the demonstration of the incident Implementation Mechanism
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:27.1kb
    • 提供者:朱波
  1. VC++ ATL为Microsoft Word加入功能简单的COM插件

    1下载:
  2. 介绍一种使用VC++ ATL(Active Template Library),利用IDTExtensibility2接口,为Microsoft Word加入功能简单的COM插件(addin),加入工具栏按钮和菜单等可视部件,并为其加入响应事件的方法,并在最后简单说明了实现与Office宏混合编程的方法-A VC ATL (Active Template Library), using IDTExtensibility2 interface for Microsoft Word function
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:73.17kb
    • 提供者:代泽伟
  1. VC++网络高级编程之十六

    0下载:
  2. 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
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:27.96kb
    • 提供者:张思发
  1. VC++设计的COM控件

    0下载:
  2. COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Obje
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:29.48kb
    • 提供者:和平鸽
  1. 《ATL开发指南(第二版)》源代码.zip

    2下载:
  2. 附上《ATL开发指南(第二版)》源代码。,with "ATL Development Guide (2nd Edition)" source code.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2013-04-09
    • 文件大小:789.84kb
    • 提供者:Alex
  1. atlsafearray

    0下载:
  2. 基于ATL的COM接口开发中,VARIANT类型参数数组使用说明的VC++源代码。-failed to translate
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:11.42kb
    • 提供者:lxj
  1. WebOCX

    0下载:
  2. 这是一个实现WEB中调用对话框ocx控件的例子,里面包含一个VC写OCX的例子,以及对应的网页,可以用于网络开发人员的参考-This is a call to a web page written in VC example dialog box controls, which contains a VC to write examples OCX, as well as the corresponding web page, can be used for the reference netw
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-23
    • 文件大小:26.1kb
    • 提供者:侯强
  1. VC.ActiveX.controls.code.ATL

    0下载:
  2. VC编程ATL实现ActiveX控件经典代码VC programming ActiveX controls to achieve the classic code ATL -VC programming ActiveX controls to achieve the classic code ATL
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-25
    • 文件大小:25.69kb
    • 提供者:67
  1. VC6.0_ATL_COM

    0下载:
  2. 介绍在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.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2016-01-25
    • 文件大小:2.11mb
    • 提供者:秀珍
  1. ATLsample

    1下载:
  2. 这个程序是基于VC的ATL的简单程序,程序生成一个DLL的activex空件,只包含一个函数 add可以用下面代码实现网页调用-This procedure is based on the VC of the ATL simple procedures, procedures to generate a DLL s activex empty cases, contains only one function can add the following code to call the page
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2016-01-19
    • 文件大小:80.92kb
    • 提供者:谭恒良
  1. UseDlginActiveX

    0下载:
  2. VC++ ATL 组件的应用,ActiveX开发,ActiveX 中显示对话框及其其他控件。-VC++ ATL component applications, ActiveX development, ActiveX to display the dialog box and other controls.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-01
    • 文件大小:22.03kb
    • 提供者:爱逍遥
  1. MyAtlCtl

    0下载:
  2. 用ATL编写的一个DLL控件,控件是一个圆内接一个三角形-ATL prepared using a DLL control, control is a circle within a triangle then
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-11
    • 文件大小:2.77mb
    • 提供者:小璇
  1. 4545

    0下载:
  2. 介绍ActiveX控件在VC++应用程序的使用方法并通过使用Shockwave Flash Object控件实现了FLASH的UI启动画面,开发了一套友好美观的应用程序界面。-Introduction ActiveX control in VC++ application using the method and by using the Shockwave Flash Object control to achieve a FLASH in the UI start screen, devel
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-01
    • 文件大小:103.25kb
    • 提供者:222
  1. COMPGuide

    0下载:
  2. 这是一般介绍 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.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-30
    • 文件大小:12.42mb
    • 提供者:汤文
  1. ATL-scoket

    1下载:
  2. 本文主要介绍如何开发一个ActiveX控件,提供接口,与相应事件挂钩。文中涉及到VARIANT,SAFEARRAY,BSTR的详细使用方法。另外还提供了WinSock的详细开发步骤,以及如何响应网络超时,网络断开的事件方法以及在VC,VB调用该控件的方法。-This article describes how to develop an ActiveX control, interface, and linked with the corresponding event. Involved in
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2015-11-11
    • 文件大小:848kb
    • 提供者:梁玉平
« 12 »
搜珍网 www.dssz.com