搜索资源列表
myVcwen1
- 例程是在Vc下建立一个基丁对话框的应用程序,在对话框中设置一个Button控件-routines in Vc establish a co dialog applications, in the dialog box to set up a Button Controls
SComm_helper
- 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -1. Item 2 of the establishment. Insert the project MSComm 3. Use ClassWizar d definition CMSComm category four control v
这是在VS2008下创建对话框程序和自定义控件的一个课件
- 这是在VS2008下创建对话框程序和自定义控件的一个课件,内有文档说明和详细的源代码。-This is a dialog box in VS2008 to create a custom control program and courseware, and detailed documentation within the source code.
duihuakangyincang
- 针对现实中的应用,本人介绍了对话框隐藏的几种方法并附上源码。希望对大家会有帮助。-For real applications, I introduced several methods to hide the dialog box with the source. We hope to be helpful.
PropertyInDlg
- vc属性对话框阅读,对于软件的设计有很好的帮助-vc Properties dialog box to read, for the design of software have a very good help
Qt-programming-under-Linux-Getting-Started
- 前 言 第一章 Qt的安装 第二章 Hello World 第三章 C/C++ 基础 第四章 窗口部件 第五章 对话框 第六章 主应用窗口程序 第七章 文件与目录处理 第八章 数据库编程 第九章 程序调试与异常处理 附录A:Qt3.0新特性 附录B:Qt3.0类分组列表 -Preface Chapter I Chapter II Qt installation Hello World Chapter III C/C++ basic window
mfccomm
- 串口通讯程序,基于MFC对话框编的。已经测试过,希望对大家有用 -Serial communication program, based on the MFC dialog box for the. Has been tested, in the hope that useful
citra-bab2
- Mahasiswa dapat membuat program untuk memproses gambar dengan mengambil warna RGB 2. Mahasiswa dapat membuat program untuk memproses gambar dengan meletakkan warna RGB pada lokasi x dan y 3. Mahasiswa dapat membuat program untuk memproses gambar
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
solarsystemrefrence
- SOLAR CELL SIMULINK FUSECCTION TO HELP YOU VERY EASY TO USE AND SIMPLE FUNCTION, ALSO HAVE DIALOG BOX.YOU WILL BE LOVE IT. TRUST ME-SOLAR CELL SIMULINK FUSECCTION TO HELP YOU VERY EASY TO USE AND SIMPLE FUNCTION, ALSO HAVE DIALOG BOX.YOU WILL BE LOVE
java2
- 实验三:加密 实验目的:1.解决问题的基本技巧 2.编写伪码 3.实现算法 4.修改程序以执行不同的任务 问题描述:一家公司希望通过电话传输数据,但担心电话可能会遭到监听。所有的数据都是 以四位整数进行传输的。该公司要求你编写一个程序,对数据进行加密,一边数据的传输更加安全。应用程序应在输入对话框中读取用户输入的四位整数,然后按如下方式对其加密:计算各位数加上7后的和,再除以10,用所得到的余数替换对应的数字。然后交换第一个数字和第三个数字,第二个数字和
CToolBar
- 向对话框类中添加工具栏 在文档/视图结构中,添加工具栏是非常方便的,但在基于对话框的应用程序中,就稍稍复杂一点了。通常情况下,向对话框中添加工具栏有两种方法。 第一种方法: 特点: ① 使用CToolBar类,可以装载工具栏资源。 ② 代码编写简单方便。 第二种方法: 特点: ① 使用CToolBarCtrl类,必须与CImageList类联合使用。 ② 可以支持真彩色(32位)图标。 -Add a toolbar to the dialog class
serial
- 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -(1) the establishment of Item 2. Into the MSComm control in the project. Control variable 4. Use ClassWizard defined CMSComm
staruml-Manual
- StarUML 是一种生成类图和其他类型的统一建模语言(UML)图表的工具。 首先,我们必须先安装将要使用的软件。StarUML ,是一个开放源码软件, 遵循GPL 协议许可(GNU 公共许可证) ,并免费提供下载。 安装以后就可以启动该程序。 然后,一个名叫:New Project By Approach 的对话框会弹出。选择“Empty Project”并且按下"确定"。这里建议你不要勾选"设置为默认的做法" 复选框。 在右边的“Model Explorer”框
asd
- 实现对bmp图像在对话框中进行显示的稳当进行解释适合初学者-Achieve bmp image to be displayed in the dialog box, trustworthy be interpreted for beginners
VC-resize-dialog.zip
- 设计并实现了一个对话框基类。用此类作为基类的对话框可以适应不同分辨率以及用户的要求随意缩放。对话框内所有控件的位置及文字大小都自动按对话框大小比例进行缩放。,Designed and implemented a dialog base class. The use of such a dialog box as a base class can be adapted to the requirements of different resolutions, as well as user arb
OllyDBG-add-dialog-box
- 用OD给EXE文件添加一个对话框,有详细的代码以及分析信息!-Using OD to EXE file to add a dialog box, a detailed code and analysis information!
Sales--System-dialog-
- 销售管理系统对话框版本 -Sales management system version of the dialog box sales management system version of the dialog box
MFC-Open-the-save-file-dialog-box
- 开发窗口应用程序中,一般都会使用到文件保存对话框,我在这里提供其中一种方法-Developing windows applications, usually to a file using the Save dialog box, I am here to provide methods
Changes-dialog-box
- 修改对话框为BCG工程、手动添加控件。VC中动态添加控件,很详细,值得一看-BCG works for the Modify dialog box, manually add controls. VC dynamically add controls, very detailed and worth