搜索资源列表
VCopen.bmp.jpeg.jpg
- 该文章详细清楚的介绍了如何使用VC提供的GDI函数实现对各种图片文件格式的打开-clear on how to use the VC achieve GDI function of various photo file format The open
win7PVC60
- 关于vc++6.0安装后,“打开文件“功能问题的解决方法和教程-About vc++ 6.0 after installation, "open file" function problem solving method and tutorial
Project2
- 用C++做的模拟文件系统,可以用VS打开,也可以用VC打开-using C++ to make a file system。the stand can be VS or VC
dialog_ex1
- 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的