搜索资源列表
vc 无模式对话框参数传递的一个示例testdl
- 对于无模式对话框接收的输入信息,我们可以以向父窗口发送消息的方式进行。代码以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 d
MiniPlayer (Win32 SDK)
- 这是一个用MCI String Interface编写的一个小播放器。有实用价值,可以用来播放.AVI .MPG, .ASF ..WMV文件。但整个程序作为编程参考更好些。程序提供了一个较完整的窗口框架,例如菜单处理,Rebar和Toolbar控制。程序还解决了几个编写Windows程序经常遇到的小问题:怎样把\"Opend\"对话框放到父窗口的中间?怎样实现全屏窗口?怎样让窗口总在最前面?-This is a String Inter
VC++之随父窗口变化调整控件大小
- VC++之随父窗口变化调整控件大小
menuWnd
- 模拟菜单的类。弹出时不会导致父窗口失去焦点。因为是一个普通CWnd派生类,可以随便怎么画-simulation menu category. When the pop-up window will not lead to the father lost its focus. Because it is an ordinary CWnd derived class, how can casually painting
fatherwindow
- 如果你用 MFC 编写过多文档界面(MDI)Windows 程序,那么肯定知道:如果父窗口标题为“PCaption”,子窗口标题为“CCaption”,那么每当子窗口最大化并处于激活状态时,子窗口标题一般都会与父窗口标题合二为一,变成“PCaption-[CCaption]”。 这是一种 MDI 的默认行为。用 C# 编写多文档界面程序也不例外。很多用户都不喜欢这种缺省特性,往往想用定制的窗口标题取而代之。该例子示范如何在C#程序中定制
_drag_one_ChildWindow_in_FatherWindow_
- 主窗口是一个“对话框”,里面有一个“子窗口”,这个“子窗口”派生自CWnd类,用户可以拖动它,使它在父窗口 当中移动,它的移动范围是受到所在“父窗口”的制约的,它的四个边界不能超过“父窗口”相应的边界,例如:它的左边界不能超过“父窗口”的左边界。 -main window is a "box" that includes a "sub-window," The "sub-wind
ResizableLib
- 一个界面库,可以根据父窗口的位置和大小动态调整控件窗口的大小.-an interface library, according to the father of the window position and size dynamically adjusting the control window size.
DataChange
- 子窗口和父窗口数据交互,理解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
menu
- 菜单的工作原理及编写应用,菜单命令消息在MFC框架程序的几个类中的传递顺序和处理过程。标记菜单、缺省菜单的实现原理、图形菜单的实现及常犯错误的分析,GetSystemMetrics的应用,快捷弹出菜单的实现方式及其命令响应函数有效范围(与弹出菜单时所指定的父窗口有密切的关系,最底层的子窗口具有最优先的处理机会)。动态菜单的编写,如何让程序在运行时产生新的菜单项及如何手工为这些新产生的菜单命令安排处理函数,如何在顶层窗口中截获对菜单命令的
EasyScale
- 控件随着父窗口的变化而变化 VC++的代码,本人的呕心之作.-Control with the parent window changes VC++ Code, my nausea is for.
fldrtabctrl1
- 你可以经过两步构造一个子窗口。首先,调用构造函数,创建一个CWnd对象。然后调用Create,创建一个Windows的子窗口,并将它连接到CWnd。Create函数初始化窗口的类名、窗口名,并为它的风格、父窗口和ID注册值-After two steps you can construct a sub-window. First, call the constructor to create a CWnd object. Then ca
MessageTest
- 子窗口发送消息给父窗口,父窗口接收到消息后显示子窗口输入的字符串-Sub-window send a message to the parent window, parent window to receive the news shows that sub-window input string
popu_child_wnd
- 弹出窗口和子窗口互换的例子。拖拽窗口,从父窗口拖出时成为Popup型,拖进就成为Child类型的示例。-Pop-up window and sub-exchange example. Drag a window out from the Father became Popup window type, dragged on to become an example of type Child.
遍历窗口
- VBA 遍历所有窗口获取父窗口及子窗口句柄及标题(Traverse all the windows to get the parent window and child window handle and title)
将外部程序运行于本身窗口内部实现自由移动
- 子窗口嵌入父窗口,外部e x e文件嵌入窗口使用(The child window is embedded in the parent window, and the outer E X E file is inserted into the window)
VB遍历桌面所有的窗口和句柄
- 获取桌面任务栏中所有已打开程序的句柄,实现跨程序进行操作(父窗口和子窗口,类名)。(Gets the handle of all open programs in the desktop taskbar to perform cross - program operations.)
子窗口与父窗口通讯 创建弹出子窗口 - 副本
- 非常简单的vs2013创建弹出子窗口源码,windows SDK创建窗口(Simple vs2013 creates pop-up sub windows)
MessageBoxCenterMain
- 本工程使用工具为VS2010,实现消息框在父窗口居中,而不是屏幕居中。(This project uses the tool VS2010, the message box in the father window center, rather than the screen center.)
获取窗口与窗口中指定控件的各层级类名属性安装包
- 本软件是编写实现对外部程序进行控制,达到操作自动化的程序的很好辅助工具。当我们要编写对外部程序进行控制,实现操作自动化的软件时,就需要获得外部程序窗口与窗口中指定控件的各层级类名属性,本软件可以实现此目的。将鼠标放置在外部程序窗口中指定控件上,时间超过3秒钟,本软件就会显示出该控件的句柄、标题、类名,以及该控件的父窗口标题、父窗口类名,并且能将上述信息以及获取到的外部程序窗口中指定控件与其顶层窗口的各层级关系和相应的各层级类名与其他窗口
父窗口操作
- 一个父窗口操作的例程,供新手学习研究使用。 Win下的“管理”类似于此思路。(A parent window operation routine for newcomers to learn and use. The "management" under Win is similar to this idea.)