资源列表
StartOrShutWindowAnima
- 对话框窗口关闭与初始化的动画效果,可以参考该代码实现类IPhone的对话框效果
Mail_Report
- 一个邮件报告程序,基于MFC和STL平台的基础界面类。
CustomMessageBox
- 一个自定义的对话框一 个自定义的对话框
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
- 程序运行后将限制鼠标在一个矩形区域,很有趣的一个小程序哦