搜索资源列表
myVcwen1
- 例程是在Vc下建立一个基丁对话框的应用程序,在对话框中设置一个Button控件-routines in Vc establish a co dialog applications, in the dialog box to set up a Button Controls
vc
- 编写一个基于对话框的程序不使用系统默认的标题栏和边框进行绘制.自行处理边框,标题栏,标题栏按钮.窗口 可以被调整大小
PropertyInDlg
- vc属性对话框阅读,对于软件的设计有很好的帮助-vc Properties dialog box to read, for the design of software have a very good help
DlgDialogBar
- 本程序演示如何在VC++的对话框中程序中插入DialogBar功能,这也是大家常用的功能之一,有些新手刚开始会不知所措,通过这个例子你会了解更多关于这方面的技巧 -This program demonstrates how VC++ dialog program to insert DialogBar function, which is one of the functions we used, some new to the beginning will know what to do, b
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
CADCAM110707
- 论文以Vc++6.O和Pr瓶ngineer的二次开发软件包Pro厂IDOLKrr为开发工 具,以Pro/Engi蝴wHdfi托2.o为图形软件支撑平台,设计开发了管接口钣金件 参数化展开cAD系统,实现了管接口钣金件的参数化展开。首先,定义了系统 的钣金折弯表;接着,分析了系统的功能结构,设计了系统的工作流程;然后, 建立了管接口钣金件模板库并设定了模板模型的参数、建立了参数问的关系;创 建了用于管接口钣金件展开种类选择的主对话框及用于展开参数输入的子对话 框;实现了模板
waring
- 基于MFC的简单程序,用VC++ 编写,弹出对话框,并语音提示-Based on the MFC simple procedures, with vc++ write, pop-up dialog box, and voice ask
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
Windows-Student-Management-System-
- 在VC中设计对话框及菜单,将对话框控件DataGrid与Access数据库表student相连,实现VC中的操作对数据表进行修改。 -In VC design dialog box and menu, the dialog box controls DataGrid with Access database table student connected to the VC operation to modify the data table.
VC
- MFC编写一个简单的登录对话框(连数据库),教你怎么在VC上连接access数据库-MFC write a simple login dialog (even the database), teach you how to connect access database on the VC
Graphic
- 在vc++环境下实现画板的功能,可以更改输出的颜色,线条的线型和粗细;可以输出字体,退格换行;可以更改对话框的颜色和对话框的字体颜色。-In vc++ environment to achieve Sketchpad features, you can change the output of color, line thickness and line style may output the font, backspace wrap dialog box, you can change
res_dlg
- 可调整大小的VC++对话框源码,有需要的可以了解-Resizable dialog VC++ source, there is a need to understand
MFC-basic-code
- VC++ 内MFC的基本问题介绍和源码参考,包括文档视图,视图和框架窗口、对话框等的操作-VC++,the basic operation code of MFC
mfc
- 基于对话框绘制曲线:vc++ mfc ,非常适合入门的新手学习 ,也可以适用于深层的开发-vc++ mfc ,非常适合入门的新手学习 ,也可以适用于深层的开发
Changes-dialog-box
- 修改对话框为BCG工程、手动添加控件。VC中动态添加控件,很详细,值得一看-BCG works for the Modify dialog box, manually add controls. VC dynamically add controls, very detailed and worth
Note
- 一些平常收集的软件编写资料 组要是关于vc对话框的界面编程-Some common data set collected if the software is written about vc programming interface dialog
VC-Dialog-and-common-control
- VC++_课件_第05章_对话框和常用控件,带你进入MFC的世界-Courseware VC++ _ _ _ Chapter 05. Dialog and common control with you into the world of MFC
flash
- VC对话框插入flash,适合学习动态图像的人,不错 -VC dialog insert flash, for learning dynamic images, good
dialog_ex1
- 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的