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

搜索资源列表

  1. 这是在VS2008下创建对话框程序和自定义控件的一个课件

    0下载:
  2. 这是在VS2008下创建对话框程序和自定义控件的一个课件,内有文档说明和详细的源代码。-This is a dialog box in VS2008 to create a custom control program and courseware, and detailed documentation within the source code.
  3. 所属分类:软件工程

    • 发布日期:2017-03-22
    • 文件大小:312557
    • 提供者:原木
  1. dfgdfgd

    0下载:
  2. 还有就是这个函数对于有标题框的窗体支持不好,就是它裁切的只是客户区域,好在我们要制作透明窗体的场合一般用不到标题框下面就说名例程的制作过程。(我旨在说明这种透明窗体的思路及函数的用法,所以代码非常简单,并且没有必要的错误验证机制,希望大家谅解) 建立一张用于在窗体上绘制的背景图片,把要裁切的部分用一种颜色标记出来,我们叫它MaskColor,例如图片背景是绿色则MaskColor =0xFF00,也就是 RGB(0,255,0). 建立一个基于对话框的工程,修改对话框资源的属性,主要
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:6479
    • 提供者:样样
  1. vcMSCom

    2下载:
  2. vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
  3. 所属分类:Project Design

    • 发布日期:2016-06-04
    • 文件大小:75589
    • 提供者:于玮婷
  1. wu

    0下载:
  2. 列表框操作编程实例:创建对话框应用程序,在其中添加列表框和编辑框,列表框会显示部门名称,当选中部门时,在编辑框中显示该部门名称-Operation list box Example: Create a dialog application, in which the add and edit list box box, list box will display the department name, when elected in the department, the department
  3. 所属分类:File Formats

    • 发布日期:2017-05-11
    • 文件大小:2247512
    • 提供者:tx
  1. Prop

    0下载:
  2. 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其它属性页和向导页。-Realize ingenious escape button. How to create a property page and Wizard dialog, and integration on the combo box (combo box how to adjust the
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:43926
    • 提供者:lw
  1. Dbox-Sampler

    0下载:
  2. 每个项目的显示方式,以及用于创建它的GISDK代码。 在此对话框中点击每个选项卡上,并打印出来,你可以产生一个快速参考图表创建对话框时使用。-Each item is displayed, along with the GISDK code used to create it. By clicking on each tab in this dialog box and printing it, you can produce a quick reference chart to
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:3727
    • 提供者:zzp
  1. DialogGDIPlusImage

    0下载:
  2. Create Dialog GDIPlusImage [MFC]-Create Dialog GDIPlusImage [MFC]
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:342945
    • 提供者:Othello
  1. student-DATA

    0下载:
  2. 用MFC创建一个基于对话框的应用程序,添加多个编辑控件实现学生信息的输入。-Use MFC create a dialog-based application, and add multiple edit controls to achieve input student information.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:28634
    • 提供者:夏陌
  1. dialog_ex1

    0下载:
  2. 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1867706
    • 提供者:陈沛涵
  1. a

    0下载:
  2. 创建一个输入对话框,从对话框中输入文字,当按下“确定”按钮后能在屏幕上显示那段文字。-Create an input dialog box, enter the text the dialog box, press the OK button to display the text on the screen.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:579
    • 提供者:郝振宽
  1. DHKCXHSPGT

    0下载:
  2. 创建一个基于对话框的MFC应用程序,并编译执行程-Create a dialog-based MFC application and compile the execution
  3. 所属分类:Communication

    • 发布日期:2017-05-05
    • 文件大小:5813
    • 提供者:余飞飞
搜珍网 www.dssz.com