资源列表
myCustomWizard
- 用VC++创建自定义向导程序. 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。 -VC Wizard to create custom procedure
toumingwindow
- 一个透明窗口的程序,可制做替换前景样式的控件窗口, -a transparent window procedure, the system can be done to replace the pattern of prospects Control window, a transparent window procedures, can be produced to replace the pattern of future control window
DynamicSplash
- 本源码介绍了动态闪屏的制做过程,对于您的软件界面有很大的帮助, -the source of dynamic flash screen manufacturing process for your software interface is very helpful, The source of dynamic flash screen manufacturing process for your software interface is very helpful,
DCUtilities
- 可以动态变化视图背景,同时演示了图像绘制-View dynamically change the background, while the image rendering demo
NoRegularWindow
- 本程序实现了根据汉字输出字形窗体的功能。(MFC基于对话框)-the program under the Chinese character font Form output functions. (Based on the MFC dialog)
iconchuli
- VC中涉及图形界面中图标处理的源程序代码 语言:c-VC involving graphics interface icon handling of the source code language : c
ControlPos_src
- 根据窗口大小自动调整控件大小凡是在希赛网下载的资料,没有注明解压密码的,解压密码统一为:www.csai.cn-under the window size controls automatically adjust the size of the Greek game where downloading the information network, not specify extract passwords, extract passwords for reunification : www
windows2000filedlg
- 类似2000风格的对话框,可以直接应用于程序,增强界面的美观程度.-similar style dialog, can be directly applied to procedures, and the beautiful interface level.
hannuotavc
- 汉诺塔演示程序,是我经过很长时间在vc上设计的一个能够实现汉诺塔的window应用程序。-HANOR Demonstration Program, I was after a very long time on the vc to design a HANOR window applications.
AutoResizeDlg
- 无意看到EnumChildWindows函数,于是写了个自动改变控件位置的类CAutoResizeDlg,由CDialog继承而来。 以后做对话框程序可以方便改变大小了-no wish to see EnumChildWindows function, So wrote the automatic controls to change the location of CAutoResizeDlg category, inherited from CDialog. After the dial
FindWndUsefull
- 这是一个演示FINDWINDOW API的应用例子,对于一些模拟输入比较有用-This is a demonstration FINDWINDOW API application examples, some more useful analog input
REGCOM_VC6
- 要手工注册\\\"E:\\\\CPCW.dll\\\",只需在\\\"开始→运行\\\"中键入\\\"Regsvr32 E:\\\\CPCW.dll\\\",单击\\\"确定\\\"按钮后会弹出提示信息\\\"DllRegisterServer in CPCW.dll succeeded\\\",说明组件注册成功;如果要卸载此组件,在\\\"开始→运行\\\"中键入\\\"Regsvr32 /u E:\\\\CPCW.dll\\\"即可。但这是一个可视界面下的操作实现