搜索资源列表
com编程实例全集
- 说到COM,相信在Windows平台上有过开发经验的朋友一定接触过,它是Windows操作系统的基本软件模型,从93年建立以来,为Windows平台的推广和发展做出了不可磨灭的贡献,而且其自身还在不断发展。但是要真正开发COM组件并不是很轻松,在Visual C++中,我们既可以使用MFC也可以使用ATL。MFC完全面向Windows应用,它用C++的封装技术建立了一套适合于开发Windows应用的C++类库,虽然在后期的版本中MFC提供了大量的COM支持,但是从基本的设计结构上讲,MFC不适合
catwork0510
- 这是用MFC 和 C++ 创建的一个基于对话框的程序(主窗口本身是个对话框),在内存中动态创建对话框。-with MFC and C based on the creation of a dialog box procedure (main window is a dialog itself), the creation of dynamic memory box.
ActiveX_In_MFC
- This book take Microsoft s work one step further with an MFC-like C++ class called Cscr iptEngine that implements the ActiveX scr ipting interfaces in the context of a sample MFC application.
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.
com_in_c1_src
- here are numerous examples that demonstrate how to use/create COM/OLE/ActiveX components. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, WTL, or at least ATL, because those frameworks have pre-fabricated "wrappers" to
Standard-MFC-WinSock-ActiveX
- 标准MFC WinSock ActiveX控件开发实例 --为广大正在学习C++MFC,Winsock,ActiveX编程的朋友提供帮助。Standard MFC WinSock ActiveX control development example - for the majority are learning C + + MFC, Winsock, ActiveX programming friends to help.-Standard MFC WinSock ActiveX contro
MFCwindows-program-design-
- 《MFCWindows程序设计》(第2版)(修订版)不仅扩展了已被认为是权威的关于Microsoft用于WindowsAPI的功能强大的C++类库的阐述,还新增了有关COM、OLE和ActiveX的内容。《MFCWindows程序设计》(第2版)(修订版)的作者,JeffProsise,用其无与伦比的技巧向读者讲述了MFC程序设计中的基本概念和主要技术再次阐释了在32位Windows平台上进行了快速的面向对象开发的完美方法。《MFCWindows程序设计》(第2版)(修订版)涵盖了以下专题:事件
Visual-CPP
- 本书是为计算机专业的学生以及从事计算机科学与技术工作的工程技术人员编写的, 也适合于非计算机专业的学生使用。 全书共 10 章,首先介绍了Visual C++开发环境及概要性地介绍了基于MFC 的应用程 序,然后详细讲解了图形和文本输出、对话框和Windows 标准控件、菜单、工具栏、状态栏、文档视图、数据库、组件与ActiveX 控件、动态链接库、多线程及网络等编程技术。-This book is for computer science students as well as t
MFC-Activex-record
- 这是一个用VC6.0,C++编写的MFC Activex 录音机控件,已编译通过.-This is a VC6.0, C++ written in MFC Activex recorder control, compiled by.
ClrButton2
- C++ 函式建置,基礎,類別,執行程式,最佳化,繪圖,active,物件導向等等,CLR,ATL,MFC。 -This is c++ article, and you can learn from it.
ComInProc
- C++使用win32 sdk编写COM组件示例 不用MFC、ALT等库-C++ write COM component sample without MFC, ALT, and other libraries to use the win32 the sdk
ComOutOfProc
- C++使用win32 sdk编写进程外COM组件示例 不使用MFC、ALT等库-C++ writing-process COM component sample does not use MFC, ALT, and other libraries to use the win32 the sdk
MyFanMFCActiveX
- MFC ActiveX 创建修改注册表 使用环境 VC++6.0,File->Create->MFC ActiveX ,修改C++主文件,加入上传代码 -MFC ActiveX created to modify the registry
List-Control
- vs2005 C++ mfc listcontrol控件,继承MFC List Control,可以方便修改表格大小、字体大小、颜色等-the vs2005 C++ mfc listcontrol control, inheritance MFC List Control, you can easily modify the table size, font size, color, etc.
WindowlessMedia2
- com 容器实例, 纯C++实现com容器编程,无mfc基类;附带多个样例-com container sample
软件需求
- 软件开发功能Mfc非常好用呢请大家参看谢谢c语言开发中国科技大学(Software development function Mfc, very easy to use, please see everyone, thank you c language development, University of Science and Technology of China)
OCX
- 一个由c++编写的ocx控件。用vc++ 6.0编译,用MFC对话框调用。执行后会显示一个增加按钮,用来表示已经调用OCX控件。作为一项课堂作业,它是完美的。(An ocx control written by c+ +. Use vc++ 6.0 to compile, call with MFC dialog box. After execution, a button is displayed to indicate that the OCX control has been called