资源列表
ELEV
- 一个电梯的模拟程序,并且能够设置了一个特殊的按钮,可以取消某一层的请求。 在实现中用了两个定时器,实现了多线程的操作。
scrollfont
- 滚动字幕,用OnTimer定时器来定时在窗口上显示滚动的字幕
DlgMenue
- 在对话框内添加菜单,可实现等多更丰富的C++编程功能
resizabledlg
- The CResizeableDialog class extends the CDialog class in order to support functions to resize your dialog. A control anchored to the dialog window will be moved and resized automatically resizing the window. To se how to anchor a control see below.
coolclocksrc
- 实现漂亮的钟表界面,利用图片实现不规则的窗口
easysize
- a simple way to resize dialog or property page.
dialoboxrefurbish
- 一个在主对话框中嵌入多个子对话框并可以实现在不同子对话框之间进行切换的例子,实现对话框局部内容的切换,进行对话框的局部刷新
CRng
- 创建一个不规则的窗口,主要使用了CreateEllipticRgn和CombineRgn,想了解的朋友可以看看哦
RestrictMouse
- 程序运行后将限制鼠标在一个矩形区域,很有趣的一个小程序哦
HideDesktop
- 程序运行后是一个对话框,可以隐藏和显示桌面图标!
MdiSquares
- 一个小巧的多文档实例,在演示文档\\视图结构技巧的同时,还展示关于文档序列化的问题
FullScreen
- 自主开发的全屏测试代码,对需要开发全屏显示的开发者特别有用。