CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 非模态对话框

搜索资源列表

  1. DlgRegister

    0下载:
  2. 非模态对话框以及对话框模版的设计,在此用到了许多控件-Non-modal dialog boxes, and dialog box template design, many of the controls used in this
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:4613779
    • 提供者:张海洋
  1. 0926_TestModaless

    0下载:
  2. 非模态对话框演示,MFC源码展示,很简单,适合新手-test modaless
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-26
    • 文件大小:28402
    • 提供者:田林
  1. duihuakuang

    0下载:
  2. 几个用vc++实现的对话框程序设计实例,包括创建模态对话框和非模态对话框、使用MessageBox消息对话框等。-The several use vc++ the dialog box procedure designed instance, to create a modal dialog and non-modal dialog box, use the MessageBox message dialog.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:5329799
    • 提供者:刘海波
  1. Dlg2

    0下载:
  2. 动态创建 非模态对话框,初学者可以看看,比较简单-Non-modal dialog box, beginners can look relatively simple
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-30
    • 文件大小:1866532
    • 提供者:张泽庞
  1. ShadDlg

    0下载:
  2. 在主窗口的右边和下边放两个非模态对话框,制作立体窗口阴影效果。-Put two non-modal dialog box at the right and bottom of the main window, making a three-dimensional window shadow effects.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-16
    • 文件大小:25591
    • 提供者:Xujian
  1. DlgMode

    0下载:
  2. 创建非模态对话框,实现主程序与子对话框之间数据的交互。-Create a non-modal dialog box, the data of the interaction between the main program and sub-dialog box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-09
    • 文件大小:2292521
    • 提供者:cnheike
  1. qEmRQehUe

    0下载:
  2. 代码是用来实现创建非模态对话框的vc++的源码,一般,适合初学的人-The code is used to create a non-modal dialog vc++ source, in general, suitable for beginners who look at
  3. 所属分类:Hook api

    • 发布日期:2017-11-27
    • 文件大小:58424
    • 提供者:汪志中
  1. gDWkmLACC

    0下载:
  2. 代码是用来实现非模态对话框与应用程序之间的数据交换的源码,很不错,附件,有助于初学者的学习-Code is used to exchange data between non-modal dialog with the application source code, very good, Annex help beginners learn
  3. 所属分类:Hook api

    • 发布日期:2017-11-21
    • 文件大小:47686
    • 提供者:汪志中
  1. MultiThreadModelLessDialog

    1下载:
  2. 这是使用AfxBeginThread写的两个对话框通信的程序,分别是主框和一个非模态对话框,通信方式是SendMessage,代码有一定注释量,适合初学者-This is a program of the two dialog boxes using AfxBeginThread written communication are the main frame and a non-modal dialog, means of communication SendMessage code anno
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:146151
    • 提供者:ACM
  1. ModalLessDlg

    0下载:
  2. 非模态对话框封装类,解决了非模态对话框的内存销毁问题。-Non-modal dialog wrapper class to solve the problem of non-modal dialog memory destroyed.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-19
    • 文件大小:1663
    • 提供者:
  1. CheckModaless

    0下载:
  2. 简单的C++非模态对话框练习是学习Visual C++的入门好帮手-the base of C++ to take excise!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-15
    • 文件大小:1948918
    • 提供者:赖泽云
  1. MFC

    0下载:
  2. MFC非模态对话框于模态对话框有很多的不同之处,这是一个关于非模态对话框的教程-MFC modal dialog in a modal dialog box has a lot of differences, this is a tutorial on non-modal dialog box
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-25
    • 文件大小:3112
    • 提供者:吕朋飞
  1. mfc

    0下载:
  2. mfc非模态对话框,非模态可以在多文档使用,他可以在操作框架是同时操作对话框-mfc non-modal dialog box, non-modal can be used in a multi-document, he can operate simultaneously in the operating framework dialog box
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-17
    • 文件大小:18140160
    • 提供者:
  1. xcc_app02

    0下载:
  2. 非模态对话框的示例程序, -Non-modal dialog example program, the modal dialog box example program,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-15
    • 文件大小:1896776
    • 提供者:林夕
  1. feimotaiduihuak

    0下载:
  2. 非模态对话框的创建比较复杂。下面介绍具体的方法: 首先,创建一个新的对话框资源,并新建一个类与之关联(用AppWizard); 其次,调用CDialog的默认构造函数来构造对话框对象(注意,创建的不是窗口),这一步在主框架窗口的构造函数中实现。 再次,调用CDialog::Create成员函数创建窗口,Create把资源ID作为参数,并且,在对话框窗口仍然在屏幕上显示时,就立刻返回控件。 最后,在关闭非模态对话框时,注意要调用DestroyWindow函数而不是CloseWind
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-01
    • 文件大小:47156
    • 提供者:wojiushiwo
  1. tanchushi

    0下载:
  2. 弹出式菜单,非模态对话框的制作.里面包含所有的源码和view视图,用visual C++ 2010制作完成.-Pop-up menu, the production of non-modal dialog boxes. Which contains all of the source and View view, with the visual C++ 2010 produced.
  3. 所属分类:Menu control

    • 发布日期:2017-06-16
    • 文件大小:24660274
    • 提供者:233
  1. ZHAN4

    0下载:
  2. 本程序主要用来练习模态对话框与非模态对话框的创建与使用。-This procedure is mainly used to practice modal and non-modal dialog box to create and use.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-17
    • 文件大小:4709125
    • 提供者:zhanaihua
  1. creat-dialog-and-post-message

    0下载:
  2. 创建非模态对话框,实现消息响应。实现非模态对话框功能。-Create a non-modal dialog to achieve message response. Achieve non-modal dialog functionality.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:45760
    • 提供者:dingbuiqui
  1. 4.Register

    0下载:
  2. 实现非模态对话框和标签式对话框的创建和使用。-To achieve non-modal dialogs and tabbed dialog creation and use.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:3825440
    • 提供者:赵长霞
  1. BaseDlgDemo2

    0下载:
  2. 创建非模态对话框,C++精选学习源码,很好的参考资料。-Create a modeless dialog box, select learning C++ source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:21002
    • 提供者:烟鸭掌儿
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com