CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 对话框与窗口 搜索资源 - Modeless

搜索资源列表

  1. vc 无模式对话框参数传递的一个示例testdl

    0下载:
  2. 对于无模式对话框接收的输入信息,我们可以以向父窗口发送消息的方式进行。代码以Vc++6.0用实例来说明无模式对话框的使用。 -for modeless dialog receiving input information, we are able to father to the window messaging manner. Vc 6.0 code to use examples to illustrate modeless dialog use.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:199.57kb
    • 提供者:孙刚
  1. ModalDlg

    0下载:
  2. 这是利用vc++.net来进行,无模式对话框的创建-use vc. Net to proceed, and modeless dialog creation
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:54.95kb
    • 提供者:梁爽
  1. NoMode_Dlg

    0下载:
  2. 无模式对话框的好例子。当开启了子对话框时,不关闭子对话框,同样可以激活主对话框。-modeless dialog a good example. When the son opened the box, not closed-box, the same can activate the main dialog box.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:45.1kb
    • 提供者:
  1. dlgsample1

    0下载:
  2. 本实例说明,如何使用无模式对话框与模式对话框,并创建与显示无模式对话框与模式对话框,并在相互之间转换。-this example, how to use a modeless dialog box with the model, and the creation and display of models and modeless dialog box, and switch between each other.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:60.08kb
    • 提供者:希特勒
  1. MyModallessDlg

    0下载:
  2. 无模式对话框,在无模式对话框下,可以离开对话框进行其他的操作-modeless dialog, in a modeless dialog, the dialog box can be left to carry out other operations
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:38.39kb
    • 提供者:樊智勤
  1. exdlgless

    0下载:
  2. vc中无模式对话框的定义和使用,(如何定义一个无模式对话框)-vc modeless dialog which the definition and use of (how to define a modeless dialog)
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:38.94kb
    • 提供者:mayinxia
  1. PowerNote_src

    0下载:
  2. 超级提醒薄1.0的源代码, ado连接access, 里面应用了view 和modeless dialog-super-thin 1.0 remind the source code, linking access ado, Application of the view inside and modeless dialog
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:60.68kb
    • 提供者:kuse
  1. dialog2

    0下载:
  2. Visual C++6.0高级编程范例中的第二章第一节的例子,简单的模式与非模式对话框-Visual C 6.0 Advanced Programming paradigm of the second section I, Chapter example, simple model with non-modeless dialog
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:7.72kb
    • 提供者:regzs
  1. DlgDemo1

    0下载:
  2. 如何创建无模式和模式对话框,对初学者有益-how to create a modeless dialog and patterns, useful for beginners
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:22.86kb
    • 提供者:www
  1. DlgDemo2

    0下载:
  2. 如何创建无模式和模式对话框,对初学者有益-how to create a modeless dialog and patterns, useful for beginners
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:23.56kb
    • 提供者:www
  1. abbeymdlsdlgdemo

    0下载:
  2. 演示非模态对话框(Modeless Dialog)的用法-demo-Modal Dialog (Modeless Dialog) Usage
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:19kb
    • 提供者:大本营
  1. SizingDialogDemo(Modeless)

    0下载:
  2. 一个可以Resize功能的基于无模式对话框的Demo
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:97.47kb
    • 提供者:wp
  1. closedlg

    0下载:
  2. 本程序为一个vc windows编程的实例本程序演示了对于不同类型的对话框模式\非模式对话框几种不同的关闭方法对于vc windows 编程的初学者有相当的参考价值-the procedures for a vc windows programming examples demonstrating the procedure for different types of dialog mode \\-modeless dialog several different methods for cl
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:32.73kb
    • 提供者:ali
  1. Sample4_2

    0下载:
  2. 创建模态对话框实例,这类对话框弹出后,其他程序会被挂起,只有当前对话框响应用户的输入,模态对话框一般要求用户做出某种选择-Create a modeless dialog instance, such pop-up dialog box, the other procedures will be hung, only the current in response to user input dialog box, modal dialog box to make some general re
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-07
    • 文件大小:40.87kb
    • 提供者:zhangfengz
  1. Modeless

    0下载:
  2. 详细的给出的非模式对话框的制作实例,并给出了改变控件字体的代码。-Given in detail the production of non-model dialog box examples, and gives control to change the font code.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-25
    • 文件大小:3.78mb
    • 提供者:dabing
  1. TestDoModal

    0下载:
  2. 弹出模态对话框,点击确定按钮,可以根据ID获取模态对话框中的编辑框等其他子控件的TEXT.-Modal pop-up dialog box, click OK button, you can access in accordance with modeless dialog ID of edit box control, and other sub-TEXT.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-29
    • 文件大小:49.97kb
    • 提供者:duron1000
  1. modeless

    0下载:
  2. to draw modeless dialog
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:13.89kb
    • 提供者:sheraz
  1. Modeless-dialog

    0下载:
  2. vc源码,非模态对话框的使用,代码简洁明了-VC source code, the use of modaless dialog box, code concise
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:83.28kb
    • 提供者:林洪伟
  1. DLL-made-by-modeless-DialogL

    1下载:
  2. 用无模式对话框制作的DLL,在网上找了很多资料,但缺乏完善的解决方案。这个例子是我在长时间尝试之后找的一个可行方案。希望会对大家有用。-DLL modeless dialog produced a lot of information online to find, but the lack of a complete solution. This example is after a long time try to find a feasible option. I hope will be
  3. 所属分类:Dialog_Window

    • 发布日期:2014-08-15
    • 文件大小:4.2mb
    • 提供者:庞修
  1. modeless

    0下载:
  2. wince 界面设计,无模式对话框编程。-wince interface design, programming modeless dialog
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:16.04kb
    • 提供者:feihong
« 12 »
搜珍网 www.dssz.com