搜索资源列表
multi_top_src
- vc++实现在窗口中划分多个框架,用mfc编程-vc achieve in the window divided into a number of frameworks, programming using mfc
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。
windows
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。
CComboBox
- 这是一个基于MFC框架下实现CComboBox常用功能的代码,希望对于初学者有一定的帮助,我很喜欢这个网站,希望大家以后多多支持 -This is a framework based on MFC to achieve CComboBox code commonly used functions, hoping for some help for beginners, I like this site I hope you will support the future
Program2
- 用MFC框架控制数据库 SQL server 2000,简洁,实用-control datebase sql server 2000 using Visual c++ (MFC)
AccCode
- MFC代码,用于计算校验码。主要的功能是向初学者提供MFC中消息映射的实用以及字符串处理的过程。用vs2010开发,且使用静态编译,编译结果可以脱离MFC的框架库运行。-MFC code, used to calculate the checksum. The main function is to provide practical and string handling process in the MFC message map to beginners. With vs2010 deve
3996862
- 在C++MFC框架应用程序里,当浮动工具条被拖离主窗口后,(In c + + MFC application framework, when the floating toolbar was dragged away from the main window,)
14318048
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标,光标,背景的三种方法,如何增加和删除工具栏按钮()