-
一个用对话框为载体的安装向导程序~自己做的希望大家喜欢
一个用对话框为载体的安装向导程序~自己做的希望大家喜欢-A dialog box as the carrier with the Setup Wizard program ~ do hope that everyone likes their own
- 2022-02-07 10:16:00下载
- 积分:1
-
Click of a button, another dialog box pop Demo of the first step: add (Insert Di...
点击按钮,弹出另一个对话框的Demo
第一步:添加(Insert Dialog)要弹出的Dialog,根据自己需要可以设计界面,因为我是一个简单Demo,所以很简单!
第二步:为添加的Dialog添加建立成一个继承DLG的类,class CDialog1 : public CDialog
第三步:在主对话框中为按钮添加函数。如下:
void CClickDialogDlg::OnButton1()
{
// TODO: Add your control notification handler code here
CDialog1 dlg
dlg.DoModal()
}
不要忘记#include "Dialog1.h"-Click of a button, another dialog box pop Demo of the first step: add (Insert Dialog) to the pop-up Dialog, according to their own needs can be designed interface, because I am a simple Demo, so very simple! Step two: add Dialog to add the establishment of a succession of DLG class, class CDialog1: public CDialog third step: in the main dialog box for the button to add the function. As follows: void CClickDialogDlg:: OnButton1 () (//TODO: Add your control notification handler code here CDialog1 dlg dlg.DoModal ()) do not forget# Include
- 2022-03-18 15:40:01下载
- 积分:1
-
动态对话框演示源码,点击Andvance按钮,即可打开/关闭动态生成的对话框。...
动态对话框演示源码,点击Andvance按钮,即可打开/关闭动态生成的对话框。-Dynamic dialog demo source code, click Andvance button open/close the dialog box dynamically generated.
- 2023-07-22 03:10:04下载
- 积分:1
-
我的课程设计 一个选课系统 需要sql数据库支持 在vc6.0 和sql sever2000下编译运行通过 数据库表信息为 学生表.sql, 登陆用户名密码均为...
我的课程设计 一个选课系统 需要sql数据库支持 在vc6.0 和sql sever2000下编译运行通过 数据库表信息为 学生表.sql, 登陆用户名密码均为s a-my Elective courses designed a system needs sql database support in vc6.0 and sql sever2000 compiler running under the table of information through a database table for the students. Sql, landing Password users were a s
- 2022-03-03 14:20:43下载
- 积分:1
-
功能:
在窗口创建一个工作区,用来显示目录树。该工作区窗口可以停靠,浮动,改变尺寸。...
功能:
在窗口创建一个工作区,用来显示目录树。该工作区窗口可以停靠,浮动,改变尺寸。-Functions: in the window to create a work area, used to display the directory tree. The work area window can be docked, floating, changing size.
- 2023-06-14 02:35:03下载
- 积分:1
-
过一段时间自动消失的消息框
过一段时间自动消失的消息框-Message box which would automatically disappear after a short period of time
- 2022-03-21 22:18:19下载
- 积分:1
-
一个封装好的cskin皮肤类型的安装程序,并通过其装载的世界。
用一个封装好的CSkin类设置程序皮肤,并通过其加载具有Windows XP风格的皮肤实现了对话框的Windows XP外观-with a good package CSkin skin type setup program, and through its loaded with Windows XP-style dialog skin achieved the appearance of Windows XP
- 2022-06-19 04:39:46下载
- 积分:1
-
show various animation effects dialog
可以显示各种动画效果的对话框-show various animation effects dialog
- 2022-03-12 00:08:49下载
- 积分:1
-
改变对话框的背景色,没有密码
改变对话框的背景色,没有密码-change the background color, no password
- 2022-07-25 17:23:17下载
- 积分:1
-
这个程序时实现气球形的提示框,适合相互学者了解对话框,控件及界面的一些美化技巧...
这个程序时实现气球形的提示框,适合相互学者了解对话框,控件及界面的一些美化技巧-This program to achieve the prompt balloon-shaped box, suitable for each scholar to understand the dialog box, the control and interface of some landscaping tips
- 2022-05-22 07:28:30下载
- 积分:1