搜索资源列表
这是在VS2008下创建对话框程序和自定义控件的一个课件
- 这是在VS2008下创建对话框程序和自定义控件的一个课件,内有文档说明和详细的源代码。-This is a dialog box in VS2008 to create a custom control program and courseware, and detailed documentation within the source code.
dfgdfgd
- 还有就是这个函数对于有标题框的窗体支持不好,就是它裁切的只是客户区域,好在我们要制作透明窗体的场合一般用不到标题框下面就说名例程的制作过程。(我旨在说明这种透明窗体的思路及函数的用法,所以代码非常简单,并且没有必要的错误验证机制,希望大家谅解) 建立一张用于在窗体上绘制的背景图片,把要裁切的部分用一种颜色标记出来,我们叫它MaskColor,例如图片背景是绿色则MaskColor =0xFF00,也就是 RGB(0,255,0). 建立一个基于对话框的工程,修改对话框资源的属性,主要
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
wu
- 列表框操作编程实例:创建对话框应用程序,在其中添加列表框和编辑框,列表框会显示部门名称,当选中部门时,在编辑框中显示该部门名称-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
Prop
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其它属性页和向导页。-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
Dbox-Sampler
- 每个项目的显示方式,以及用于创建它的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
DialogGDIPlusImage
- Create Dialog GDIPlusImage [MFC]-Create Dialog GDIPlusImage [MFC]
student-DATA
- 用MFC创建一个基于对话框的应用程序,添加多个编辑控件实现学生信息的输入。-Use MFC create a dialog-based application, and add multiple edit controls to achieve input student information.
dialog_ex1
- 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的
a
- 创建一个输入对话框,从对话框中输入文字,当按下“确定”按钮后能在屏幕上显示那段文字。-Create an input dialog box, enter the text the dialog box, press the OK button to display the text on the screen.
DHKCXHSPGT
- 创建一个基于对话框的MFC应用程序,并编译执行程-Create a dialog-based MFC application and compile the execution