资源列表
1
- 能够实现一个基于对话框程序的对话框上的控件按比例缩放,通过一个类来实现,里面也包括文档说明-A dialog-based program to achieve control on the dialog box is scaled by a class to implement, which also includes the documentation
ADO
- VisualC++实现的基于对话框类的数据库管理程序,使用的方法是ADO技术。-VisualC++ implementation of the dialog class based database management program, using the method of the ADO technology.
DialogPrint
- Visual C++实现的基于对话框的打印程序示例,编译环境为VC6.0.需要在VC环境下编写打印程序,可以参考。-Visual C++ implementation of the print dialog-based program example, the compiler environment VC6.0.
Report
- 基于C++的界面设计:将IE浏览器做成界面,将浏览器嵌入到对话框中-Based on c++ interface design: IE browser will make interface, will the browser into the dialog
SDI_TEST
- 简单SDI实例代码,教给你如何创建SDI并且在SDI中创建控件,定义控件位置、大小等-SDI simple example code, to teach you how to create SDI and SDI to create the controls, define a control position, size, etc.
xSkin
- 自己封装的一个c++界面类库,还在不断完善中,大家都可以一起完善,反正蛮好用的-Own package of a c++ interface class library, is still evolving, we all can work together to improve, anyway, just fine with the
SuperZoom2
- 这是一个放大镜程序,代码展示了如何编写屏幕放大镜功能。代码完整,在Vc2010、VC6下编程通过。可以学习里面的GDI编程。-This is a magnifying glass program code shows how to write a screen magnifier function. Code integrity, in Vc2010, VC6 program through the next. Learn inside the GDI program.
zhi-fang-tu--jun-heng-hua
- mfc程序,可以实现直方图均衡化和绘制直方图灯功能-mfc program, can draw the histogram equalization and histogram function of light
VCPPdongtaiduihuakuang
- 《C++系统开发典型实例解析》-源代码 VC++实现动态创建对话框-" C++ systems development typical example of parsing" - VC++ source code to create dynamic dialog
gexingduihuakuangVCPP
- VC++制作个性对话框 《Visual C/C++系统开发典型实例解析》-Create personalized dialog VC++
Translucent-dialog-box
- 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存设备环境中的位图对象以及设备环境对象 -① trans
WinMain
- 创建一个简单win32应用程序窗口,简洁明了,很适合初学者-Create a simple application window win32