Welcome![Sign In][Sign Up]
Location:
Search - ATL VC A

Search list

[Other resourceVC专题教程all

Description: VC专题教程 -- 第一章 Internet相关开发 打包下载 --- 1.1 如何编写CGI程序 ------ 1.2 一种更亲切的CGI开发系统WinCGI ------ 1.3 利用ISAPI开发CGI程序 ------ 1.4 利用WinInet开发Internet程序 +-- 第二章 ActiveX控件开发 打包下载 ------ 2.1 ActiveX控件介绍 ------ 2.2 利用MFC开发ActiveX控件 ------ 2.3 利用ATL(ActiveX模板库)创建ActiveX控件 ------ 2.4 调试并使用ActiveX控件 +-- 第三章 调试技术与异常(错误)处理 打包下载 ------ 3.1 跟踪与中间过程输出 ------ 3.2 变量/对象合法性检查 ------ 3.3 内存泄露检查 ------ 3.4 异常捕捉与处理 +-- 第四章 进程/线程控制 打包下载 ------ 4.1 为什么需要多进程/线程 ------ 4.2 进程控制 ------ 4.3 线程控制 ------ 4.4 进程/线程间同步 +------ 4.5 进程间通信 +-- 第五章 文件操作 打包下载 +------ 5.1 磁盘文件的打开与关闭 +------ 5.2 磁盘文件的正常读写与异步读写 +------ 5.3 磁盘文件的查找 +------ 5.4 磁盘文件的其他操作 +------ 5.5 串口的操作 +-- 第六章 内存管理 打包下载 +------ 6.1 Win32下的内存管理介绍 +------ 6.2 虚存的使用-VC Guide feature -- the first chapter related to the development of packaged Internet download how to prepare --- 1.1 --- 1.2 CGI program a more cordial CGI Development System 1.3 WinCGI --- the use of CGI to develop procedures ISAPI 1.4 --- Internet using WinInet development process -- the second chapter ActiveX development package download ActiveX controls 2.1 ------ ------ 2.2 on the use of MFC Development ActiveX 2.3 ------ use ATL (ActiveX Template Library) Create ActiveX ------ 2.4 debug, and use ActiveX controls -- the third chapter debugging techniques and abnormal (error) handling of packaged download - ----- 3.1 intermediate process tracking and output variables ------ 3.2 / Object legitimacy inspection 3.3 ------ ------ memory leakage inspection 3.4 abnormal capture
Platform: | Size: 959380 | Author: 枫之影 | Hits:

[Develop Toolsinsideatl

Description: 详细、深入介绍VC ATL,是一本不可多得的好书,格式为chm,先申明,本版本为英文,请需要的下载,免得落个欺骗的罪名!-detailed, in-depth briefings on VC ATL is a rare books, chm format, the first state, the English version, please download the need to avoid the drop-deception charge!
Platform: | Size: 1674611 | Author: 天顺 | Hits:

[ActiveX/DCOM/ATLvc_asp_com

Description: VC 制作供ASP调用的组件-VC ASP call for the production of components
Platform: | Size: 882688 | 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++网络高级编程之十八

Description: ATLDraw: === === ==== DCOM客户程序,用MFC编写。 该程序的运行步骤如下:单击菜单server/connect,地址栏里填写安装了DCOM服务器的地址。 如果是本机可以填127.0.0.1。等弹出OK对话框后就可以用鼠标在VIEW区域画图了。当然可以开 多个客户,观察效果。-ATLDraw : === === === === ==== DCOM client, prepared with MFC. The program, run the following steps : Click the menu server/connect, complete address box installed DCOM server address. If the machine can fill 127.0.0.1. OK pop-up dialog so you can use the mouse to draw a regional VIEW. Of course, we may get more customers to observe the effects.
Platform: | Size: 63488 | 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:

[Booksinsideatl

Description: 详细、深入介绍VC ATL,是一本不可多得的好书,格式为chm,先申明,本版本为英文,请需要的下载,免得落个欺骗的罪名!-detailed, in-depth briefings on VC ATL is a rare books, chm format, the first state, the English version, please download the need to avoid the drop-deception charge!
Platform: | Size: 1674240 | Author: shuaiguo | Hits:

[ActiveX/DCOM/ATLATLCONT-LIAO

Description: 一个简易的用ATL编写的服务程序,支持多客户同时访问.-a summary prepared by the use of ATL service procedures, while supporting more customers visit.
Platform: | Size: 18432 | Author: 廖维川 | Hits:

[ActiveX/DCOM/ATLDRAWCTL-LIAO

Description: 一个专业的用ATL编写的绘制图形的工具, 支持图形的拖动与序列化-a professional prepared with ATL Rendering tools, support graphics and the scrolling sequence of
Platform: | Size: 12288 | Author: 廖维川 | Hits:

[Internet-NetworkUsePolygonCtrl

Description: 用ATL实现在网页中嵌入自画的控件。可以用网络浏览器进行浏览-With ATL realize embedded in Web pages since the painting controls. Can use a web browser to view
Platform: | Size: 1648640 | Author: 罗格 | Hits:

[ActiveX/DCOM/ATLATLdemosXP

Description: 更多的全面使用VC ATL编程的例子源码(适合使用COM的中高级程序员) 压缩包中包含的文件如下: collection.zip:包含VC Atl开发的集合的源代码(组件程序和测试程序) enum.zip:包含VC Atl开发的枚举器的源代码(组件程序和测试程序) event.zip:包含VC Atl开发的事件的源代码(组件程序和测试程序) win.zip:包含VC Atl开发的窗口的源代码(组件程序和测试程序) 参考文献: Tom Armstrong, Ron Patton的ATL Developer s Guide,2nd Edition -More comprehensive use VC ATL programming examples source (for the use of the senior programmers COM) compressed package includes the following documents: collection.zip: the development of VC Atl contains a collection of source code (assembly and test procedures procedures) enum.zip: includes the development of VC Atl enumerator source code (assembly procedures and testing procedures) event.zip: includes the development of events in VC Atl source code (assembly procedures and testing procedures) win.zip: includes the development of VC Atl window source code (assembly procedures and testing procedures) References: Tom Armstrong, Ron Patton of ATL Developer s Guide, 2nd Edition
Platform: | Size: 149504 | Author: djdjdj | Hits:

[Graph DrawingFYCurve

Description: 基于ATL编写的二维曲线图显示,多种显示格式,图形编程可参考。-ATL prepared based on two-dimensional graph shows, a variety of display formats, graphical programming can be found.
Platform: | Size: 91136 | Author: Frank Meng | Hits:

[ActiveX/DCOM/ATLocxtest

Description: ATL Activex控件,本程序是一个ATL容器测试程序;主要是介绍从如何开发一个ATL Activex控件的基础过程-ATL Activex control, this procedure is an ATL container testing procedures mainly from the introduction how to develop a basis of ATL Activex control process
Platform: | Size: 20480 | Author: 等待 | Hits:

[Communicationserialport4

Description: 手机聊天系统,vc ATL工程范例,是对SGIP进行较深入了解不可多得的实例-Phone chat system, vc ATL project example is a more in-depth understanding of SGIP rare examples of
Platform: | Size: 4050944 | Author: 贺康 | Hits:

[ActiveX/DCOM/ATLATLWTL

Description: ATL与WTL学习的精品资料,是学习COM入门者可以参考的不错选择.-ATL and WTL quality learning materials, learning COM entry can reference a good choice.
Platform: | Size: 1323008 | Author: songsb | Hits:

[ActiveX/DCOM/ATLMyAtlCtl

Description: 用ATL编写的一个DLL控件,控件是一个圆内接一个三角形-ATL prepared using a DLL control, control is a circle within a triangle then
Platform: | Size: 2904064 | Author: 小璇 | Hits:

[Process-Threadvc-plugin

Description: 用ATL实现VC插件,很多软件都是通过插件的形式作为开发,这里用插件的形式做了一个实例。-With ATL VC plug-in, a lot of software in the form of plug-ins as developed here in the form of plug-in one instance.
Platform: | Size: 31744 | Author: zynhdm | Hits:

[VC/MFCVC++使用方法

Description: VC++的简单使用方法(新手入门)VC++是微软公司开发的一个IDE(集成开发环境),换句话说,就是使用c++的一个开发平台. vc++是Windows平台上的C++编程环境,学习VC要了解很多Windows平台的特性并且还要掌握MFC、ATL、COM等的知识,难度比较大。(A simple method of using VC++)
Platform: | Size: 705536 | Author: 劲哥 | Hits:
« 12 3 4 »

CodeBus www.codebus.net