搜索资源列表
myVcwen1
- 例程是在Vc下建立一个基丁对话框的应用程序,在对话框中设置一个Button控件-routines in Vc establish a co dialog applications, in the dialog box to set up a Button Controls
vcDialog
- VC中对话框控件颜色如何改变,提供实例分析,供参考。-VC dialog controls how color changes, provide examples, for reference.
vc
- 编写一个基于对话框的程序不使用系统默认的标题栏和边框进行绘制.自行处理边框,标题栏,标题栏按钮.窗口 可以被调整大小
我们如何从VC++开始“编程”
- 不管学C还是学C++,VC和gcc都可以,甚至,什么其他C语言编译器,也可以啊,Intel的C,以前DOS下的turbo C/C++,Watcom C/C++,都可以,我首先摆句话,C和C++是语言,既然是语言,就与操作系统无关,那些printf,scanf,甚至包括什么对话框,MassageBox,消息循环,都不重要,因为这不是语言特性,初学者,暂时先不必管。
VC++code
- 内容简介 本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题。 不同于一般的讲述VC++使用的书籍,本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。另外,全书还贯穿作者多年来学习编程的一些经验,以及一些学习方法
PropertyInDlg
- vc属性对话框阅读,对于软件的设计有很好的帮助-vc Properties dialog box to read, for the design of software have a very good help
Common
- 求两个数的最大公约数和最小公倍数的VC程序,有输入对话框-Seek the greatest common divisor and least common multiple of two numbers of the VC process, input dialog involved
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
43680541vcDialog
- VC中如何改变对话框中控件的颜色,背景颜色 ,文字颜色等-change dialog s color
CADCAM110707
- 论文以Vc++6.O和Pr瓶ngineer的二次开发软件包Pro厂IDOLKrr为开发工 具,以Pro/Engi蝴wHdfi托2.o为图形软件支撑平台,设计开发了管接口钣金件 参数化展开cAD系统,实现了管接口钣金件的参数化展开。首先,定义了系统 的钣金折弯表;接着,分析了系统的功能结构,设计了系统的工作流程;然后, 建立了管接口钣金件模板库并设定了模板模型的参数、建立了参数问的关系;创 建了用于管接口钣金件展开种类选择的主对话框及用于展开参数输入的子对话 框;实现了模板
VC2005_ADO_Excel2007_demo
- VC2005利用ADO读Excel2007文件示例 1建立基于对话框的MFC程序 2引入库文件 3在对话框中的确定按钮上添加响应事件OnBnClickedOk() 4在事件OnBnClickedOk()中写代码 -VC2005 read Excel2007 file using ADO Example 1 MFC dialog-based program established to introduce library 2 3 OK button in the dialog
VC.3D
- VC编程中如何在界面上实现3D文字。 首先启动VC生成一个新的基于对话框的项目,命名为3Dtext,在对话框中重载OnPaint()函数,具体实现的思想是通过CDC::SetTextColor()分别设置文字的颜色为高亮(3DHILIGHT)和阴影(3DSHADOW)的状态下显示文字;同时注意在两次显示文字时要错开一个像素,这样才能达到预期的效果。-VC programming interface, the 3D text. The idea is to start the VC to ge
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
VC
- MFC编写一个简单的登录对话框(连数据库),教你怎么在VC上连接access数据库-MFC write a simple login dialog (even the database), teach you how to connect access database on the VC
res_dlg
- 可调整大小的VC++对话框源码,有需要的可以了解-Resizable dialog VC++ source, there is a need to understand
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
VC-custom-message-method
- vc自定义消息的发送与接收的方法实现 以下用一个自创的对话框类(MyMessageDlg)向视图类(MessageTestView) 发送自定义消息为例,说明这两种不同方法的自定义消息的-Implementation of VC custom message sending and receiving method The following with a dialog class (MyMessageDlg) to the view class (MessageTestView)