搜索资源列表
文件属性获取
- 该程序是基于对话筐的MFC应用程序,主要是将了在不打开文件的情况下在窗体中显示文件的属性-that the procedure was based on dialogue basket MFC applications, mainly to the open files in the case of the form shown in the document properties
123
- 利用MFC计算一个公式数据,利用文本框显示出来,并将数据写入到EXCEL文件中,同时附带修改操作-Using MFC to calculate a formula data, use the text box is displayed, and write the data to EXCEL file, while incidental to modify the operating
MiniCAD
- 在MFC中,文档类负责管理数据,提供保存和加载数据的功能。视图类负责数据的显示,以及给用户提供对数据的编辑和修改功能。 MFC给我们提供Document/View结构,将一个应用程序所需要的“数据处理与显示”的函数空壳都设计好了,这些函数都是虚函数,我们可以在派生类中重写这些函数。有关文件读写的操作在CDocument的Serialize函数中进行,有关数据和图形显示的操作在CView的OnDraw函数中进行。我们在其派生类中,只需要去关注Serialize和OnDraw函数就可以了,其它的
VCExcel
- 该MFC程序代码中,包含对Excel的读取,写入,模板载入,显示隐藏等操作。可以直接在VC6.0环境下编译,运行。运行时,注意模板的路径修改。-The MFC code that contains the Excel read, write, template loading and show hide other operations. Directly VC6.0 environment compiler, run. Note the path of the template to modi
CopyFile
- MFC中文件操作:复制文件是显示进度,增强可观性。-MFC in file operations: copy files to show the progress of enhanced observability.
PDF
- 将PDF程序嵌入MFC中,通过MFC打开并显示出来。-The PDF is embedded in MFC