Welcome![Sign In][Sign Up]
Location:
Search - 基于对话框编程

Search list

[ADO-ODBC基于对话框的数据库编程alog_interface_project

Description: 基于对话框的数据库编程-Database Programming
Platform: | Size: 165890 | Author: 周平 | Hits:

[SourceCodeWin32下基于对话框编程

Description: 在Win32 sdk下基于对话框编程,程序是一个十进制与十六进制转化的窗口,注意的是十六进制的字母是小写的。。。
Platform: | Size: 4358 | Author: cc1418zht@163.com | Hits:

[Database system基于对话框的数据库编程alog_interface_project

Description: 基于对话框的数据库编程-Database Programming
Platform: | Size: 165888 | Author: 周平 | Hits:

[OtherDialogMenuandToolbar

Description: 在Dialog中使用Menu和Toolbar,这个是基于对话框工程下添加工具栏的例子,对界面编程很有用,我的工程设计也受益于该例子!希望对大家有帮助-in use Menu and Toolbar, The project is based on the dialog box under the Tools column added examples of useful programming interface, I also design the projects benefiting from the example! We hope to help
Platform: | Size: 34816 | Author: 白冰 | Hits:

[DocumentsWindowscalculator

Description: 本文需要你事先了解面向对象的基于消息驱动的 Windows 消息编程,当然,对于编写这个计算器,你不必知道太多的windows编程,你重要会编写基于对话框的简单应用程序就可以了。  首先,让我们来仔细了解一下mircosoft的计算器吧,我们发现它是一个基于对话框的含有两的主对话框、一个关于对话框、一个菜单的应用程序。也就是说,我们应该创建一个基于对话框的应用程序,并且为其添加一个菜单和一个主对话框(因为,应用程序已经创建好了一个主对话框和关于对话框)。 -paper you need to advance understanding of the object-oriented message-driven programming Windows news, of course, For the preparation of this calculator, you do not need to know too many windows programming, You will be important to prepare a simple dialog-based applications on it. First of all, let us know in detail what the calculator mircosoft bar, We found that it is based on a dialog box containing two of the main dialog, a dialog on, a menu of applications. In other words, we should create a dialog-based applications, and for adding a main menu and a dialog box (because, Application procedures have been well-established and one of the main dialog box).
Platform: | Size: 2048 | Author: monkeylzj | Hits:

[Special Effectsvc6gdiplussrc

Description: GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-the GDI graphics application allows the image plane programming changes easier, Based on a clock based on the dialog process as an example. Calling in VC6.0*. png Photo gradual realization translucent window The program Pointer and the two digital clock display mode. Achieve a translucent window graded window, the window without scrolling Mobile rectangular frame, hidden task bar Window buttons.
Platform: | Size: 407552 | Author: 胡小 | Hits:

[VC/MFCVcUI

Description: 个性化的程序离不开个性化的界面设计,因为优秀的程序界面是人与计算机之间的一座交互桥梁。本书是第一本介绍C++界面程序设计领域新技术的专著。全书共有11章,第1章的内容是基于控件的界面编程;第2章介绍了与窗口框架相关的控件界面程序设计;第3章是树形控件和列表控件的界面编程;第4章讲述了基于对话框的界面程序设计;第5章的内容是基于窗口的界面程序设计;第6章是基于图形的界面程序设计;第7章是关于GDI+程序设计;第8章介绍基于Office自动化的界面程序设计;第9章的内容是Windows Shell程序设计;第10章介绍了使用CJLibrary控件开发界面应用程序;第11章讲述了如何使用CJLibrary工程向导进行界面程序设计。着重进述了目前在界面程序设计领域中的一些新技术,如GDI+程序设计、面向Windows XP的Shell程序设计、Office XP插件程序设计等话题。新技术的使用是本书的一大特色。本书适合的读者可以是广大编程爱好者、C++专业设计人员以及高校相关专业师生。
Platform: | Size: 12154880 | Author: 妍路 | Hits:

[Internet-NetworkClientMFC1

Description: 用VC++写的一个基于对话框的简单的画图程序,对于初学网络编程+画图的人很有帮助,不过得有一个服务端进行连接。服务端的作用主要是产生数据-With VC++ Write a dialog based on a simple drawing program for the novice network programming+ Draw people very helpful, but must have a service client to connect. The role of client services is mainly generated data
Platform: | Size: 3725312 | Author: BEAN | Hits:

[Dialog_WindowDomainName_IP

Description: Win32平台,基于对话框的程序,并且在对话中实现了域名和IP地址互相转换的功能。该程序对基于win32编程的初学者已经对网络感兴趣的朋友,可参考入门-err
Platform: | Size: 1909760 | Author: 李启磊 | Hits:

[Special Effectsfapiaodayin

Description: 《打印编程工程实现》中第六章打印发票的代码,基于对话框的打印编程,可以改变发票打印的内容等- Print program works to achieve in Chapter VI of the code to print invoices, based on the print dialog box programming, can be changed to print the contents of invoices, etc.
Platform: | Size: 171008 | Author: hm | Hits:

[Special Effectsdayintiaoma

Description: 《打印编程》中的源码,打印条码。按照国标可生成2中条码,根据不同条码要求打印条码。基于对话框的VC6.0代码。- Print Program in the source code, print bar code. In accordance with 2 GB of barcode can be generated, in accordance with the requirements of different barcode print barcode. VC6.0 code based on the dialog box.
Platform: | Size: 1711104 | Author: hm | Hits:

[Windows Developa

Description: MFC计算器 了解面向对象的基于消息驱动的Windows消息编程,当然,对于编写这个计算器,你不必知道太多的windows编程,你重要会编写基于对话框的简单应用程序就可以了。 -MFC calculator to understand object-oriented Windows-based message-driven news programming, of course, for the preparation of this calculator, you do not know too many windows programming, you are important to prepare a simple dialog-based applications on it.
Platform: | Size: 1024 | Author: 林浩 | Hits:

[Windows Developvc

Description: 《C++程序设计教程(VisualC++环境)》源代码 C/C++程序设计教程(Visual C++环境) 内容提要 《C/C++程序设计教程(Visual C++环境)》是根据教育部高等学校非计算机专业计算机基础课程教学指导分委员会提出的《关于进一步加强高校计算机基础教学的意见》中有关大学计算机基础课程教学要求编写的。 《C/C++程序设计教程(Visual C++环境)》主要内容包括:C/C++概述,基本数据类型、运算符和表达式,结构化程序设计,数组,函数,面向对象程序设计基础基于对话框的应用程序,文档/视图结构应用程序,C++的I/0流库,等等,并针对课程内容设置了11个实验,使学生通过实验巩固所学知识;《C/C++程序设计教程(Visual C++环境)》力图把传统的面向过程的内容;现代的面向对象的内容、图形用户界面编程与应用程序开发内容三部分有机地结合在一起,使读者通过对《C/C++程序设计教程(Visual C++环境)》的学习,能够掌握开发小型系统的基本知识。 《C/C++程序设计教程(Visual C++环境)》可作为高等院校各专业的程序设计课程教材,也可作为培训教材或自学教材。 -err
Platform: | Size: 8526848 | Author: wizardz | Hits:

[Windows Developsample

Description: vc6.0编程实例详解 本书共包括12个实例: Simple:第3章、第5章,简单的MDI应用,并说明如何响应鼠标消息,如何创建快捷菜单。 DlgBased:第4章,最基本的基于对话框的应用程序。 Sheet:第4章,利用Visual C++的Components and Controls Gallery创建属性单和向导实例。 DlgCtrl:第4章,对话框及控件实例。 MDI:第5章,MDI应用实例。 PaintDC:第6章,简单的图形处理实例。 GdiSample:第6章,画笔、画刷应用实例。 FontSample:第6章,字体应用实例。 Odbc1:第7章,ODBC数据库应用实例。 VirtualList:第7章,DAO数据库应用实例。 PrintSample:第8章,打印和打印预览实例。 TreadSample:第9章,多线程应用实例。-err
Platform: | Size: 694272 | Author: yuyong | Hits:

[Button controlDemoButton

Description: 随着计算机的发展和普及,人们对于软件的界面美观性要求越来越高。MFC提供了很多标准控件,比如按钮控件,按钮在MFC编程中有着较高的使用频率。本文将介绍如何实现在有背景图片的情况下,任意形状按钮的自绘方法。本文使用基于对话框工程程序进行演示-With the development and popularization of computers, there is the software interface aesthetics have become increasingly demanding. MFC provides a lot of standard controls, such as the button control, button in MFC programming has a higher frequency of use. This article describes how to achieve the background picture, the arbitrary shape of the button from the painting method. In this paper, the use of procedures based on the dialog box works demo
Platform: | Size: 441344 | Author: 孙静 | Hits:

[Printing programprintcheck

Description: 可以打印发票的c++源代码,基于对话框的打印编程,可以改变发票打印的内容等-You can print invoices c++ source code, based on the print dialog box programming, can be changed to print the contents of invoices, etc.
Platform: | Size: 290816 | Author: | Hits:

[GUI DevelopCH1

Description: < Windows多媒体编程基础>> 第一章源代码 wm_char 一个最简单的Win32应用程序,响应击键动作 Hello 演示如何建立基于对话框的MFC应用程序 Frame 演示单文档MFC工程中各主要文件的作用 -< <Windows多媒体编程基础> > Chapter source code wm_char one of the most simple Win32 applications, the keyboard action in response to Hello demonstration of how to create a dialog-based MFC Application MFC Single Document Frame demonstration project in the role of the key documents
Platform: | Size: 134144 | Author: 王辉 | Hits:

[Dialog_Windowdialog

Description: 将MFC基于对话框编程中的大部分控件都用在一个对话框上,包含了各个控件的使用方法。-MFC Dialog-based programming will be in the majority of controls are used in a dialog box that contains various control use.
Platform: | Size: 4827136 | Author: 刚娃子 | Hits:

[Windows Developbb

Description: 滚动条类编程实例 编写一个基于对话框的应用程序-Scrolling an instance of class programming to write a dialog-based applications
Platform: | Size: 1882112 | Author: rainbow | Hits:

[File Operatedxfread

Description: 对CAD的DXF进行读写,是基于MFC对话框编程~很强大-On CAD' s DXF read and write, is based on the MFC dialog box is a powerful programming ~
Platform: | Size: 5315584 | Author: 威客 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net