资源列表
jtdlg4.19
- 在EVC环境下编写的用摄像头拍照的窗口程序,驱动程序没有加入,用模拟图片实现了位图的读取和jpg图片的存储和相关文字信息的存储,调用了Libjpeg库-environment prepared by the photo camera with a window programs, drivers have not. Simulated images achieved the bitmap read and jpg photo storage and related storage of text
USBTest
- 基于C8051F340的usb上位机测试程序,VC++ 编写-Based on the C8051F340 usb PC test program, VC++ write
ExitWindows
- MFC实现开机启动程序,实现按键关机。通过修改注册表实现开机自动启动-MFC to boot the program, for Push-off. By modifying the registry and boot automatically start
MySort
- MFC实现多种排序方法,界面良好,适合初学者学习啊-very good!
project
- Test application for development in Win32 platform. Mainly focused in GUI development.
bianqian
- 类似于QQ,当界面处于桌面的边界时,实现自动隐藏功能-Similar to QQ, when the interface is in the boundaries of the desktop, automatic hidden features
DataExchange
- 通过内存映射文件进行数据交互,可实现可执行程序间的数据传输,此示例简单,交互为整数。-Memory-mapped files through data exchange, enabling data transmission between the executable program, this example of a simple, interactive integer.
MFC_box
- 自己动手做的一个关于动态链接库的MfC,适合于新手-about a dll MFC
MFCcode
- mfc开发源代码,案例解析等,适合学习VC++的工程师。-mfc source code development, case analysis, etc., suitable for engineers to learn VC++.
6testdlg_ML
- 修改对话框的标题栏工程,适合美工对话框程序使用-Modify the title bar of the dialog box works for art programs use the dialog box
Translucent-dialog-box
- 半透明对话框的实现 ① 创建一个与当前显示设备环境相兼容的位图对象 ② 创建一个与当前显示设备环境相兼容的内存设备环境 ③ 将位图对象选入到内存设备环境中 ④ 调用 BitBlt( ) 函数将显示设备环境中的图像拷贝到内存设备环境中来 ⑤ 对内存设备环境中的位图进行逐点亮度处理 ⑥ 在 OnPaint( ) 函数中将已处理的位图通过 BitBlt( ) 函数拷贝回显示设备环境 ⑦ 删除掉选入到内存设备环境中的位图对象以及设备环境对象 -① trans
dlg_move
- 拖动滚动条实现对话框的移动及对话框上控件的移动,而不会出现闪烁现象。利用此原理,可实现控件的无闪烁移动。-Drag the scroll bar to achieve the dialog dialog controls movement and the movement, with no flicker. Take advantage of this principle, can realize the control flicker-free movement.