文件名称:MFC对话框嵌入视图
文件大小:3.19MB
文件格式:RAR
更新时间:2014-06-23 19:07:31
mfc 视图 对话框
该例子很简单,但是为了在视图中显示一幅lena图片,所以引入OpenCV图像处理库,如果没有安装OpenCV库的同学,可以注释掉视图类中OnDraw函数中OpenCV中数据结构的应用,并在stdafx.h中注释有关OpenCV的依赖声明(5句话)。还有对话框类头文件中OpenCV数据结构的声明,这样就可以debug出来一个空白的视图类嵌在dialog类中。
【文件预览】:
ViewInsertDlg
----结果()
--------ViewInsertDlg.exe(48KB)
--------lena.jpg(34KB)
----Dialog中嵌入View.txt(724B)
----ViewInsertDlg.sln(904B)
----ViewInsertDlg()
--------ViewInsertDlgDlg.h(689B)
--------ViewInsertDlg.h(483B)
--------resource.h(685B)
--------stdafx.h(3KB)
--------ViewInsertDlgDlg.cpp(4KB)
--------ViewInsertDlg.rc(5KB)
--------ViewInsertDlg.cpp(2KB)
--------ViewInsertDlg.vcproj.20110523-2334.Administrator.user(1KB)
--------stdafx.cpp(144B)
--------ReadMe.txt(3KB)
--------ViewInsertDlg.vcproj(6KB)
--------InsertView.cpp(2KB)
--------res()
--------InsertView.h(646B)
--------ViewInsertDlg.aps(57KB)
--------lena.jpg(34KB)
----ViewInsertDlg.ncb(11.19MB)
----ViewInsertDlg.suo(16KB)