资源简介
VC6.0结合MFC,打开bmp、jpg、gif、tif、raw格式的图像。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “MyIMG.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-11-04 10:10 MyIMG\
文件 1532 2014-10-29 16:07 MyIMG\ChildFrm.cpp
文件 1397 2014-10-29 16:07 MyIMG\ChildFrm.h
文件 14512 2001-11-06 00:53 MyIMG\CqOctree.cpp
目录 0 2014-11-04 10:10 MyIMG\Debug\
文件 16348 2014-10-30 12:10 MyIMG\Debug\ChildFrm.obj
文件 14940 2014-10-30 12:14 MyIMG\Debug\CqOctree.obj
文件 133139 2014-10-30 12:14 MyIMG\Debug\Dib.obj
文件 174206 2014-10-30 12:14 MyIMG\Debug\dibapi.obj
文件 58287 2014-10-30 12:50 MyIMG\Debug\Gif.obj
文件 60794 2014-10-30 12:14 MyIMG\Debug\IP.obj
文件 28419 2014-10-30 12:48 MyIMG\Debug\Jpeg.obj
文件 19115 2014-10-30 12:10 MyIMG\Debug\MainFrm.obj
文件 782377 2014-11-04 10:10 MyIMG\Debug\MyIMG.exe
文件 833544 2014-11-04 10:10 MyIMG\Debug\MyIMG.ilk
文件 29009 2014-11-02 09:58 MyIMG\Debug\MyIMG.obj
文件 5498520 2014-10-29 16:08 MyIMG\Debug\MyIMG.pch
文件 918528 2014-11-04 10:10 MyIMG\Debug\MyIMG.pdb
文件 8232 2014-10-30 17:04 MyIMG\Debug\MyIMG.res
文件 33642 2014-11-04 10:10 MyIMG\Debug\MyIMGDoc.obj
文件 23109 2014-11-02 09:58 MyIMG\Debug\MyIMGView.obj
文件 25600 2014-11-02 21:10 MyIMG\Debug\MyIMGView.pdb
文件 10121 2014-10-30 17:04 MyIMG\Debug\RawOpen.obj
文件 105735 2014-10-29 16:08 MyIMG\Debug\StdAfx.obj
文件 32176 2014-11-02 16:45 MyIMG\Debug\Tif.obj
文件 279552 2014-11-04 10:10 MyIMG\Debug\vc60.idb
文件 413696 2014-11-04 10:10 MyIMG\Debug\vc60.pdb
文件 53275 2003-07-25 17:15 MyIMG\Dib.cpp
文件 6106 2003-07-25 17:14 MyIMG\Dib.h
文件 196309 2001-10-17 00:16 MyIMG\dibapi.cpp
文件 7929 2001-11-16 22:34 MyIMG\dibapi.h
............此处省略54个文件信息
- 上一篇:C++控制台小游戏《突破重围》,有所有源代码
- 下一篇:c++五子棋程序
相关资源
- USB双向通信上位机VC++程序
- vc会员积分管理(MFC数据库练手,开源
- 模拟生态系统
- sniffer 源码
- VC++6.0 双人五子棋游戏
- Borland C/C++ 3.1精简版
- VC6.0中缺少VC98\\\\CRT\\\\SRC文件夹的--
- 二叉树 VC6.0 MFC实现 数据结构
- VC++运用OpenSSL实现对文件加密
- 三维重建VC++
- VC++ 对话框 滚轮 计算器
- VS2010基于对话框的MFC 工具栏和状态栏
- VC60sp6chs
- VC++ AES加密算法实现与范例的源代码
- 汽车维修管理系统源码
- 基于VC++的人脸定位系统
- VC++2008,32位,64位组件运行库
- Matcom和VC混合编程
- VC++2010下使用Tesseract需添加的dll
- VC++坦克大战多人在线大型网络游戏
- vc-基于MFC编程,使用TCP/IP模型编写
- matcom4.5绿色破解版
- MFC中文和英文帮助文档(各一份)
- VC++ MFC编写的2048小游戏工程及源代码
- Coons曲面与hermite、bezier、B样条曲线标
- C++教程 面向对象编程 清华大学出版
- VC++6.0 MFC 基于对话框编写的扫雷源程
- Microsoft Visual C++ 2013 Redistributable (x
- 多功能计算器 vc++ mfc
- 图书管理系统VC6 MFC
评论
共有 条评论