资源列表
HideWindow_显示当前所有的窗口及其参数
- 显示/隐藏所有的窗口-Show / Hide all the window
默认皮肤PNG源代码
- 默认皮肤PNG源代码-default skin PNG source code
VC_CoolDialog_demo
- 巨酷的一个对画框示例-giant cool one pair of frames Example
VC_CloseSmoothly
- 平滑的关闭窗口示例-smooth Close Example
barrysMult1087647212002
- barrys Multi Views
Example005-多边形窗口
- 形状怪异的多边形窗体-polygon shapes strange forms
为窗口添加背景图src
- 为MDI结构程序添加背景图片-MDI structure procedures for adding background images
Windows_Filedlg
- VC写的定制文件对话框的程序,很有使用价值-VC write custom dialog procedures, very useful
WndStyle
- VC写的程序启动时的窗口风格,在VC下调试通过-VC was at the commencement of the window style, the VC through debugging
nomovewindow
- MFC,SDI,窗口不可最大化,最小化,改变尺寸,移动。vc++6.0,win2000调试通过。-MFC, SDI, the window can not maximize, minimize, change size, mobile. Vc 6.0, WIN2000 debugging through.
Windows 公共对话框的源代码,包含
- Windows 公共对话框的源代码-public dialog Windows source code
dlgsplashscring
- 很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这个组件很容易实现基于框架类(也就是CMainFrame)的程序的启动画面,那么如果是对话框程序,没有框架类怎么办呢?所以这个组件功能不是想象的那么强。要实现基于对话框应用程序的启动画面必须另辟蹊径。这里提供一个可重用代码例子,一步一步教你实现每一个细节。利用一个定制的C++类:CSplashWnd,增强原来的 Splash Screen