CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dialog cdc

搜索资源列表

  1. BeautifulFace

    0下载:
  2. 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:148507
    • 提供者:黄景天
  1. btnst

    1下载:
  2. 平面、带图片的按钮该例子应用从CButton派生而来的CButtonST类和从CDC派生而来的CMemDC类,来实现平面、带图片的按钮,这两个类不需任何修改即可使用,方便、实用,该例子还应用从CStatic派生而来的CHyperLink类实现了在对话框实现超连接,使用跟上面两个类一样方便,值得学习。- The plane, the belt picture button this example application derives the CButtonST kind from CButt
  3. 所属分类:按钮控件

    • 发布日期:2012-11-08
    • 文件大小:24032
    • 提供者:代伟
  1. VC_Graphics_rendering_and_image_display

    0下载:
  2. VC++图形绘制与图片显示小例子,MFC的与设备无关的图形设备环境类CDC的应用和MFC中图像处理类CImage的应用例子,在对话框中显示图片,绘制图形-VC++ graphics rendering and picture shows a small example, MFC has nothing to do with the equipment, graphics equipment, environmental CDC in MFC application and type of ima
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:920935
    • 提供者:liuzhenzhou
  1. ProgressCtrl

    0下载:
  2. 派生类的使用、内存DC的构建和使用,对话框应用类型的建立, CProgressCtrl控件的使用, 内存DC使用CTextProgressCtrl类从CProgressCtrl标准类派生,用来改写进度条的属性; CMemDC从CDC标准类派生,构造内存DC,防止绘制闪烁; -The use of derived classes, the memory DC, to build and use of establishment of the dialog box type of appli
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:28521
    • 提供者:liulan
  1. SingleWindowDialog

    0下载:
  2. 本程序实现的是单文档窗口程序,用户通过菜单打开一个对话框Dialog,在其中文本框输入文本,并单击“确定”按钮,在客户区输出相应文本 除此之外,还能实现定位输出文本:当单击“查看”->“Center”时文本将居中显示,当单击Left时文本将以左对齐显示,单击Right时文本将以右对齐显示,同时选择的菜单前将加上核对标记。 本实例用到的主要知识有:刷新视图的函数Invalidate()、创造字体的函数CreateFontIndirect()、CDC类处理文本的函数、输出文
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1963313
    • 提供者:姚丽文
  1. mfcwtldlg

    0下载:
  2. WTL和MFC共存,运用WTL内的切分类和容器切分MFC对话框。 include是wtl7.1的模板头文件。但在MFC和WTL中有相同的类时,WTL经常找错使用到MFC的类。 所以在编译有错的地方我进行过一些更改。比如将atlgdi.h中的CDC改为WTL::CDC。-WTL and MFC coexistence, using WTL classification and container cutting within the segmentation MFC dialog box.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:232656
    • 提供者:xc
  1. fapiao

    0下载:
  2. 使用CDC指针在窗体上绘制发票,通过打印对话框完成打印-Use CDC pointer to draw the invoice on the form, print through the Print dialog box to complete
  3. 所属分类:SQL Server

    • 发布日期:2017-04-01
    • 文件大小:21710
    • 提供者:sophia
  1. ex16

    0下载:
  2. 在对话框中绘图,介绍如何在对话框中绘图。实现绘图操作最重要的一个类就是设备环境类CDC类,该类的成员函数可以实现颜色设置、图形绘制、打印输出等各种操作。-In the dialog box, drawing, drawing in the dialog box shows you how. Drawing operations to achieve the most important class is the class of device context CDC class, class m
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2253743
    • 提供者:林晓
  1. VC.3D

    0下载:
  2. VC编程中如何在界面上实现3D文字。 首先启动VC生成一个新的基于对话框的项目,命名为3Dtext,在对话框中重载OnPaint()函数,具体实现的思想是通过CDC::SetTextColor()分别设置文字的颜色为高亮(3DHILIGHT)和阴影(3DSHADOW)的状态下显示文字;同时注意在两次显示文字时要错开一个像素,这样才能达到预期的效果。-VC programming interface, the 3D text. The idea is to start the VC to ge
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:3509
    • 提供者:龙共
  1. Dialog_Test

    0下载:
  2. 用于EVC的Dialog例子。主要是用CDC进行画图、绘制点,并用多线程进行画点的控制。还有进度条的使用。-EVC example for the Dialog. CDC is mainly used for painting, drawing point, and multi-threaded control point for painting. Also use the progress bar.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-12
    • 文件大小:2752113
    • 提供者:chaojijun
  1. VistaCalendar

    0下载:
  2. Vista风格日历 在对话框上绘制软件的背景位图并根据背景位图设置窗体的显示区域然后获得系统当前日期并根据当前日期计算对应的农历日期,然后通过CDC类将获得的日期数据绘制在窗体上-Vista style calendar in the dialog box on background bitmap drawing software and then get the current system date and the current date to calculate the correspo
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:285367
    • 提供者:mengshen
  1. LineChart

    0下载:
  2. 这是一个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
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:1916815
    • 提供者:家家
搜珍网 www.dssz.com