资源列表
myCustomWizard
- 用VC++创建自定义向导程序. 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。 -VC Wizard to create custom procedure
MyBar
- 工具欄得製作,很實用-toolbar in production, practical
colorframe
- 04 多色窗口的实现,超好的
sim_shutdown
- 在PB程序中使屏幕变暗,模拟关闭Windows的效果
CBitmapDemo
- 有关位图的函数的实现,对于刚学习MFC的同学有很大帮助-The bitmap functions to achieve a great help for students just learning the MFC
OcxAutoRegisterNew
- VC源码自动注册OCX控件 BOOL bResult = FALSE //检查是否支持注册 if (SupportsSelfRegister(strOcxPath)) { HMODULE hModule = ::LoadLibrary(strOcxPath) if (LOADLIBRARY_FAILED(hModule)) return FALSE //获得注册函数地址 CTLREGPROC DLLRegisterServer
VCtray
- 托盘实例,可以缩小在任务栏右下角。代码量很少,适合初学者。-Tray instance, you can reduce the lower right corner of the taskbar. Small amount of code, suitable for beginners.
3404084
- 屏幕和窗口坐标转换 Screen and window coordinate conversion-Screen coordinate transformation and window Screen and window coordinate conversion
SkinButtonProj
- 换肤原理, 及源码, 为求简单, 本程序中只实现了按钮的换肤功能, 其他控件换肤也是一样的
colorprogress
- 彩色逐渐变化的进度条编程,可以实现界面的美化-Color gradually changes the progress bar programming interface can be achieved landscaping
146kjhhhh
- 用VS2005写的工具栏上添加彩色按钮的小程序-The applet add color button in the toolbar VS2005 write
DlgPaintDemo
- vc 在对话框窗口中进行绘图操作\DlgPaintDemo的程序源码-vc in the dialog window for drawing operations \ DlgPaintDemo the program source code
