搜索资源列表

  1. CatWork0506

    0下载:
  2. 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-18
    • 文件大小:158720
    • 提供者:东方旭
  1. ReBar

    0下载:
  2. Rebar控件的使用Demo,演示了如何在Rebar控件中加入子窗口控件以及Rebar的位置拖动-Rebar control the use Demo, demonstrated how to add controls Rebar-window controls and the location of Rebar Drive
  3. 所属分类:按钮控件

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:沈华
  1. splittst

    0下载:
  2. 此软件可将窗口分割成若干子窗口,用户可以任意设置和配置 -software window can be divided into a number of sub-window, users can set up and configure arbitrary
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:43008
    • 提供者:gfds
  1. 59_s1

    0下载:
  2. 使用对话框作为子窗口是一种很常用的技术,这样可以使界面设计简化而且修改起来更加容易-use as a sub-window box is a very popular technology, this could make it simplified interface design can be more easily amended
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:18432
    • 提供者:
  1. 文档列表对话框及状态条中的多文档列表

    0下载:
  2. 在多文档应用程序的状态条中加入子窗口的列表,程序的状态条有点像Windows的任务条.-more documents in the application of state-window to join the list, the procedures of the state somewhat like the Windows taskbar.
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:43008
    • 提供者:董程林
  1. TSISTest

    0下载:
  2. 树型控件的使用,子窗口设置工具条,绘制最简单的图形,并可以移动图形。-tree control the use of sub-window configuration tool, drawing the most simple graphics, and can be mobile graphics.
  3. 所属分类:TreeView控件

    • 发布日期:2024-05-18
    • 文件大小:64512
    • 提供者:江天右
  1. tabstatusmulti

    0下载:
  2. 该程序在多文档应用程序的状态条中加入子窗口的列表, 使程序的状态条有点像Windows 95的任务条.-The program in a multi-document application status sub-window be added to the list, so that the procedure be a bit like the state of the Windows 95 task bar.
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:72704
    • 提供者:谭璐芬
  1. openin

    0下载:
  2. 打开一个程序作为母程序的子窗口,类似虚拟机的效果,不错-open a process as a home for the window procedure, similar to the effect of virtual machine, yes
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:李基
  1. framebardemo

    0下载:
  2. 在VC单文档窗口中实现子窗口停靠功能. 在VC6.0+Win2KSP4中测试通过-in VC single document window for achieving window function call. In VC6.0 tested through Win2KSP4
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-18
    • 文件大小:68608
    • 提供者:
  1. DockWindow

    0下载:
  2. 子窗体的编程实例,实现了停靠窗口和弹出子窗口!-Sub-form programming examples, achieved a docked window and pop-up sub-window!
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-18
    • 文件大小:1936384
    • 提供者:etao00
  1. vb8471274917

    0下载:
  2. 将一个程序的窗口作为你的窗口的MDI子窗口 -procedures will be a window of the window as your son MDI window
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:
  1. fatherwindow

    0下载:
  2. 如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:71680
    • 提供者:
  1. WinRARZIP

    0下载:
  2. 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-18
    • 文件大小:759808
    • 提供者:孙乾坤
  1. MDITab

    0下载:
  2. 给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-18
    • 文件大小:104448
    • 提供者:wbt
  1. Dialog_1.0

    0下载:
  2. 用MFC建立多文档(MDI)应用程序。在主窗口中添加选项,使之能够选择文件夹。在子窗口中添加选项,使之能够对选定的文件夹进行操作,如:打开选定的文件夹中的文件、在选定的文件夹中写入指定的文本文件、在选定的文件夹中读出指定的文本文件、打开选定的文件夹中的文件夹。 附带有详尽的文档说明。-with MFC establishment of a multi-document (MDI) applications. In the main
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-18
    • 文件大小:103424
    • 提供者:Foxxing
  1. _drag_one_ChildWindow_in_FatherWindow_

    0下载:
  2. 主窗口是一个“对话框”,里面有一个“子窗口”,这个“子窗口”派生自CWnd类,用户可以拖动它,使它在父窗口 当中移动,它的移动范围是受到所在“父窗口”的制约的,它的四个边界不能超过“父窗口”相应的边界,例如:它的左边界不能超过“父窗口”的左边界。 -main window is a "box" that includes a "sub-window," The "sub-wind
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:3827712
    • 提供者:小刚
  1. md3Viewer

    0下载:
  2. 四个窗口,分别可以装入opengl或者gdi的子窗口,vs2005下开发-four windows, or can be packed in opengl gdi the sub-window, under development vs2005
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:58368
    • 提供者:晓军
  1. TransparentSubWindow

    0下载:
  2. 透明的浮动子窗口 透明的浮动子窗口 透明的浮动子窗口 透明的浮动子窗口 透明的浮动子窗口-Sub-transparent floating window floating transparent window transparent floating sub-sub-sub-window transparent floating window floating transparent window transparent floatin
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:44032
    • 提供者:qianyou
  1. view2ctrl

    0下载:
  2. Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(Cfr a meWnd).
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:283648
    • 提供者:weiruhui
  1. DataChange

    0下载:
  2. 子窗口和父窗口数据交互,理解MFC的运行模式,CView类窗口和其子窗口,与CDialog类窗口和其子窗口,数据获取的区别-Child window and parent window for data exchange, understanding MFC operation mode, CView window category and its sub-window, and type CDialog window and its
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:41984
    • 提供者:田鼠爱布它
« 1 23 4 5 6 7 8 9 10 ... 36 »

源码中国 www.ymcn.org