- 
                        透明对话框的例子。
                        
                          透明对话框的例子。- Transparent dialog box example.                         
                            - 2022-02-25 22:05:43下载
- 积分:1
 
- 
                        对话框窗口的自动缩放,vc++编写,是学习vc的好例子
                        
                          对话框窗口的自动缩放,vc++编写,是学习vc的好例子-dialog window automatically zoom, vc prepared to learn a good example vc                         
                            - 2023-03-22 17:10:03下载
- 积分:1
 
- 
                        过一段时间自动消失的消息框
                        
                          过一段时间自动消失的消息框-Message box which would automatically disappear after a short period of time                         
                            - 2022-03-21 22:18:19下载
- 积分:1
 
- 
                        支持单文档的可伸缩的控件的对话框。而且支持property sheet。
                        
                          支持单文档的可伸缩的控件的对话框。而且支持property sheet。-Single document to support the scalable control of the dialog box. And to support the property sheet.                         
                            - 2022-02-03 21:00:47下载
- 积分:1
 
- 
                        通用对话框 简单实用,适合初学者使用。通用对话框通用对话框...
                        
                          通用对话框 简单实用,适合初学者使用。通用对话框通用对话框-common dialog simple and practical for beginners. GM common dialog box                         
                            - 2022-03-18 14:12:41下载
- 积分:1
 
- 
                        在文本框中填入4位正数,可倒序将其排列,并可自动退出
                        
                          在文本框中填入4位正数,可倒序将其排列,并可自动退出-Fill in the text box 4 positive, can reverse their order, and automatically withdraw from the                         
                            - 2022-03-07 09:50:46下载
- 积分:1
 
- 
                        This sample shows how to use 32
                        
                          This sample shows how to use 32-bit (alpha channel) images with toolbars and
command bars. It also displays them only if running on Windows XP with themes
enabled, while it displays standard 4-bit images in other cases.                         
                            - 2022-05-06 07:46:48下载
- 积分:1
 
- 
                        windows编程基础程序。创建windows窗口和基本绘图。
                        
                          windows编程基础程序。创建windows窗口和基本绘图。-the basis of windows programming procedures. Create a windows window and basic graphics.                         
                            - 2022-01-27 18:31:50下载
- 积分:1
 
- 
                        程序关于对话框控件
程序关于对话框控件
                        
                          程序关于对话框控件
程序关于对话框控件-Process control procedures on the dialog box controls on the dialog box                         
                            - 2022-08-13 09:45:06下载
- 积分: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