• 大小: 1.72M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-22
  • 语言: C/C++
  • 标签: 图片  文件  VC++  

资源简介

资源中是一个vs2008sp1 IDE中VC MFC 图片控件(Picture Control)显示资源位图(BMP)、文件位图(BMP)、其它格式文件图片(JPG\PNG\BMP)的实例,可供参考。

资源截图

代码片段和文件信息


// Point34.cpp : 定义应用程序的类行为。
//

#include “stdafx.h“
#include “Point34.h“
#include “Point34Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CPoint34App

BEGIN_MESSAGE_MAP(CPoint34App CWinAppEx)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()


// CPoint34App 构造

CPoint34App::CPoint34App()
{
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}


// 唯一的一个 CPoint34App 对象

CPoint34App theApp;


// CPoint34App 初始化

BOOL CPoint34App::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// 将它设置为包括所有要在应用程序中使用的
// 公共控件类。
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinAppEx::InitInstance();

AfxEnableControlContainer();

// 标准初始化
// 如果未使用这些功能并希望减小
// 最终可执行文件的大小,则应移除下列
// 不需要的特定初始化例程
// 更改用于存储设置的注册表项
// TODO: 应适当修改该字符串,
// 例如修改为

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     136376  2013-12-19 10:08  Point34\Debug\beixin.bmp

     文件    5786624  2013-12-19 16:24  Point34\Debug\Point34.exe

     文件     136374  2013-12-19 15:16  Point34\Debug\shoutao.bmp

     文件      65568  2013-12-19 15:14  Point34\Debug\shoutao.jpg

     文件      31740  2013-12-19 15:16  Point34\Debug\shoutao.png

     文件     242020  2013-12-19 15:14  Point34\Point34.aps

     文件       1666  2013-12-19 08:50  Point34\Point34.cpp

     文件        451  2013-12-19 08:50  Point34\Point34.h

     文件       6018  2013-12-19 15:14  Point34\Point34.rc

     文件        879  2013-12-19 08:50  Point34\Point34.sln

    ..A..H.     18944  2015-01-07 17:00  Point34\Point34.suo

     文件       5550  2013-12-19 09:38  Point34\Point34.vcproj

     文件       4799  2013-12-19 16:25  Point34\Point34Dlg.cpp

     文件        932  2013-12-19 16:13  Point34\Point34Dlg.h

     文件       2869  2013-12-19 08:50  Point34\ReadMe.txt

     文件     136376  2013-12-19 09:21  Point34\res\lingdang.bmp

    .......     67777  2007-11-28 16:21  Point34\res\Point34.ico

     文件        363  2013-12-19 08:50  Point34\res\Point34.rc2

    ..A.SH.      6144  2015-01-07 16:55  Point34\res\Thumbs.db

     文件        954  2013-12-19 13:28  Point34\resource.h

     文件        140  2013-12-19 08:50  Point34\stdafx.cpp

     文件       1854  2013-12-19 08:50  Point34\stdafx.h

     文件       1030  2013-12-19 08:50  Point34\targetver.h

     目录          0  2015-01-08 13:46  Point34\Debug

     目录          0  2013-12-19 09:21  Point34\res

     目录          0  2015-01-08 13:46  Point34

----------- ---------  ---------- -----  ----

              6655448                    26


评论

共有 条评论