资源列表
BCBStatusbar
- BCB高级技巧与范例配套代码:状态栏编程
BCBTaskbar
- BCB高级技巧与范例配套代码:任务栏编程
Formsdesignskills
- BCB高级技巧与范例配套代码:窗体设计技巧
FullScreen
- 自主开发的全屏测试代码,对需要开发全屏显示的开发者特别有用。
MdiSquares
- 一个小巧的多文档实例,在演示文档\\视图结构技巧的同时,还展示关于文档序列化的问题
HideDesktop
- 程序运行后是一个对话框,可以隐藏和显示桌面图标!
RestrictMouse
- 程序运行后将限制鼠标在一个矩形区域,很有趣的一个小程序哦
CRng
- 创建一个不规则的窗口,主要使用了CreateEllipticRgn和CombineRgn,想了解的朋友可以看看哦
dialoboxrefurbish
- 一个在主对话框中嵌入多个子对话框并可以实现在不同子对话框之间进行切换的例子,实现对话框局部内容的切换,进行对话框的局部刷新
easysize
- a simple way to resize dialog or property page.
coolclocksrc
- 实现漂亮的钟表界面,利用图片实现不规则的窗口
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.