搜索资源列表
qt4-Chinese
- 本文件是QT4中文参考文档(CHM格式文件),包括QT基本介绍,创建对话框等章节,有大量的实例以及详细的注释。-This document is QT4 Chinese reference documentation (CHM format), including QT introductory chapters to create dialog boxes, etc., there are plenty of examples and detailed comments.
diagram
- 利用QT创建对话框的一个例子,希望对初学QT的同仁们有帮助-The use of QT dialog box to create an example, in the hope that the colleagues QT beginner help
singlethread
- Windows 单线程程序设计 加深对进程概念的理解,尤其是进程的动态性,并发性。 2.了解进程如何被创建和终止。 3.学习win32多线程函数的使用 4.学习在vc++下建立基于对话框的工程及编程技术-Windows single-threaded program design to enhance understanding of the concept of the process, especially the process of dynamic, complicat
3finddialog
- 实现对话框,在QT内实现。不需要制作界面,自动生成。-Implementation dialog box, within the QT. Do not need to create the interface, automatically generated.
windal.c
- minigui 这是在主窗口上建立一个对话框 :) 对话框的托管窗口是主窗口-minigui This is the main window to create a dialog:) dialog box window is the main window hosting
associate-data-files-for-application
- 如何修改注册表为应用程序建立关联数据文件的编程技术。该程序执行后,在“文件拓展名”、“文件类型”、“内容类型”文本框中输入相关内容后,单击“浏览执行程序”按钮,在弹出的文件“打开”对话框中选择一个执行程序后单击“打开”按钮,则选择的执行程序文件全路径将出现在“执行程序”文本框中,然后单击“建立文件关联”按钮,则该程序会修改注册表,自动使选择的执行程序与指定类型(拓展名)的文件关联(例如可实现通过双击打开指定拓展名的数据文件)。-How to modify the registry associa
displayimage
- 创建对话框,进行图像显示,并对图像进行打开操作-Create dialog, image display, and the image to open operation
BitmapWindow1
- VC++异形窗口,示范了如何使用VC创建以图片为对话框形状的异形窗口,本款异形窗口在WM_ERASEBKGND消息中自贴图,实现的方法和原理:先创建一个无背影画刷窗口,然后在WM_CREATE中并指定透明颜色, 缩放位图后加载至s_hdcMem中,最后在WM_ERASEBKGND中用s_hdcMem贴图即可。 实现时需要缩放位图、得到窗口大孝创建与窗口大小相等且能容纳位图的HDC - s_hdcMem、将原位图缩放到窗口大校 按下Esc键时退出(关闭)窗口。-Profiled
vcmessage
- VC++如何使用AfxMessageBox创建消息对话框的源码实例,分别演示了使用MessageBox函数创建的对话框以及使用AfxMessageBox所创建的弹出对话框,两者有什么区别呢?您下载了源码一看便知了-How VC++ AfxMessageBox create a message box source code examples, demonstrates the pop-up dialog box created by the MessageBox function to crea
guidebutton
- VC++逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法-VC++ the ingenious escape button to achieve.How to create a property page and Wizard dialog, integration on the combo box (how to adjust the size of the combo box), list
CMenu
- 本人写的基于MFC对话框的动态加载菜单程序,可动态创建菜单,添加菜单,删除菜单,还写了图盘图标,以及图盘消息响应,另外还有右键菜单创建等,对于初学者可以参考一下,注释很详细-I write MFC dialog-based dynamic loading menu program, you can dynamically create menus, add menu, delete the menu, also wrote a diagram tray icon, and FIG disk me
database
- vc连接数据库, 1、启动VC、新建一个工程 2、在StdAfx.h中包含ADO组件 3、在应用程序的实现文件中初始化组件 4、在对话框类中加一个指向ADO连接对象的指针 5、在对话框的初始化函数中连接数据库 6、在提交按钮中写操作数据表的代码-vc connect to the database, a, start VC, create a new project 2, ADO components contained in StdAfx.h 3, in the app
3.Register
- 实现模态对话框的创建,使用DoModal创建-Achieve modal dialog box to create, use DoModal to create
UiClassAttributeNode
- Represents an XML attribute for a class, that can be modified using a simple text field or a dialog to choose an existing class. Also, there s a link to create a new class.
NewItemSelectionDialog
- A selection dialog to select the type of the new element node to create, either in the application node or the selected sub node.