搜索资源列表
BeautifulFace
- 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
VC6_dialog
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of u
vc
- 最基本的mfc程序,涉及到cdc的应用和窗口生成和基本的画图。
MFCtest11Code
- 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。
Graphic
- 如何让CDC上输出的文字、图形具有保持功能,集合类CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。-CDC on how to output text, graphics have to maintain function, CPtrArray the use of collections, CPaintDC with CClientDC and
wjVC6.0
- 设备描述表和图形对象,熟悉CDC的派生类-Device descr iptor table and graphic objects, familiar with the CDC-derived classes
MESSAGE_Code
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping scheme of analysis, about how to use the ClassWizard,, understand the
Coordinate3
- VC++ MFC绘制坐标系,串口通信,绘制曲线,有注释,基于MFC的dialogbased工程,关键词:MSCOM控件,CDC绘图,坐标系绘制,日期显示,动态显示曲线-VC++ MFC drawing coordinate system, serial communication, drawing curves, with notes, based on MFC' s dialogbased works Keywords: MSCOM control, CDC Graphics, coor
color
- MFC画板 CDC实现 MFC画板 CDC实现-MFC Application
code
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC news mapping mechanism analysis, tells how to use ClassWizard,, understand the message
Lesson5
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-Grasp the CDC' s word processing program to write, how to generate custom fonts and custom caret, familiar with the use of CString class. Kara OK
vcCDCTest
- 本程序是个用CDC绘图学习的简单程序,宜于绘图部分的入门参考。-This procedure is used CDC mapping learning simple procedures, suitable for drawing section entry reference.
2013drawcdc
- vc中使用CDC进行绘图操作,有划线和其他的绘图操作,使用户能理解CDC的一些日常用法-vc use CDC for drawing operations, and others have crossed the drawing operation, allowing users to understand some of the daily usage of the CDC
CDC
- CDC是针对于初学者来看的 本文章是转载的。内容很不错。-CDC is for beginners to view this article is reprinted. Content is very good. Thank you
LineChart
- 这是一个VC++实现曲线控件的程序,基于基本对话框的程序实现,利用CDC进行图形画法,程序中进行分布讲解,以及对话框的设计和关联变量的添加,控件响应函数的添加及代码实现。-This is a VC++ and curve control program, based on the basic dialog program implementation, use CDC for graphics drawing, distribution explain, and add design and a
hlw-creatx-custom
- 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,(Master the CDC's word-processing program to write, how to create a custom font and custom insert,)
