资源列表
3
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-The principle and tells MFC AppWizard MFC f
-4
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC news mapping mechanism analysis, tells how to use ClassWizard,, understand the message
WindowsDesktop
- 能够实现隐藏window桌面任务栏、开始按钮、任务栏图标、程序按钮、任务栏时钟、桌面图标、快速运行图标。-hiding the taskbar,beginning button and so on
5
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-Master the CDC s word processing program compiling, and how to produce custom font and custom insert operator, familiar with the use of CString. Thr
TabCtrl
- 一个好用的tab 控件,方便的实现属性设置和操作。-a effective tab control in VC 6.0
Practice1
- 定义一个由int型元素所构成的线性表类LinearList(通过数组实现)-Int type element defines a linear form of the composition class LinearList (achieved through the array)
xuanzhuan
- 使用VC中MFC,通过设计三个拖动旋钮,实现了三维立方体的旋转变化。-MFC,three digtal.
MFC_class
- 文档中主要是一些MFC常用类、成员函数、数组类、Cstring类、CTime类、CPoint类,可以方便平时的使用-The main document used in some MFC classes, member functions, an array class, Cstring class, CTime class, CPoint class, you can easily make the usual Use
05
- 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2
WindowsBasicControl
- VC++,MFC基本控件的代码。约30个范例,包括各种文本框,列表框的定制,很实用。-您是不是要找: VC++,MFC基本控件的代码。约30个案例,包括各种文本框,列表框的定制,很实用。 允许输入拉丁字符的拼音 VC++, MFC basic control code. About 30 examples, including text boxes, list boxes, custom, very practical.
WindowsAdvanControl
- VC++ MFC的高级控件范例,包括树形控件,Activex等。-VC++ MFC example of the advanced controls, including the tree control, Activex, etc.....
Student
- 学生管理的Windows界面设计,学生管理业绩的基本分析统计。-Students manage the Windows interface design, student management performance for basic analysis statistics.
