• 大小: 2.47M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-24
  • 语言: C/C++
  • 标签:

资源简介

C++ 如何解决屏幕和打印机分辨率不统一的问题(提高篇-实例472).zip

资源截图

代码片段和文件信息

// Screen.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Screen.h“
#include “ScreenDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CScreenApp

BEGIN_MESSAGE_MAP(CScreenApp CWinApp)
//{{AFX_MSG_MAP(CScreenApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CScreenApp construction

CScreenApp::CScreenApp()
{
// TODO: add construction code here

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3579  2009-02-05 10:26  Screen\ReadMe.txt
     文件         534  2009-02-05 10:26  Screen\Resource.h
     文件       35560  2013-11-25 09:21  Screen\Screen.aps
     文件        1046  2013-12-04 09:17  Screen\Screen.clw
     文件        2063  2009-02-05 10:26  Screen\Screen.cpp
     文件        4159  2009-02-05 10:26  Screen\Screen.dsp
     文件         537  2009-02-05 10:26  Screen\Screen.dsw
     文件        1324  2009-02-05 10:26  Screen\Screen.h
     文件       50176  2013-12-04 09:20  Screen\Screen.ncb
     文件      655360  2013-12-04 09:20  Screen\Screen.opt
     文件         711  2013-11-25 09:21  Screen\Screen.plg
     文件        5182  2013-11-25 09:21  Screen\Screen.rc
     文件        4584  2009-02-05 10:31  Screen\ScreenDlg.cpp
     文件        1365  2009-02-05 10:26  Screen\ScreenDlg.h
     文件         208  2009-02-05 10:26  Screen\StdAfx.cpp
     文件        1054  2009-02-05 10:26  Screen\StdAfx.h
     文件      106583  2013-11-25 09:21  Screen\Debug\Screen.exe
     文件      190528  2013-11-25 09:21  Screen\Debug\Screen.ilk
     文件       13250  2013-11-22 11:27  Screen\Debug\Screen.obj
     文件     5502420  2013-11-22 11:27  Screen\Debug\Screen.pch
     文件      345088  2013-11-25 09:21  Screen\Debug\Screen.pdb
     文件        2472  2013-11-25 09:21  Screen\Debug\Screen.res
     文件       26328  2013-11-22 11:27  Screen\Debug\ScreenDlg.obj
     文件      105928  2013-11-22 11:27  Screen\Debug\StdAfx.obj
     文件      205824  2013-12-04 09:14  Screen\Debug\vc60.idb
     文件      364544  2013-11-22 11:27  Screen\Debug\vc60.pdb
     文件        1078  2009-02-05 10:26  Screen\res\Screen.ico
     文件         398  2009-02-05 10:26  Screen\res\Screen.rc2
     文件        6144  2009-03-05 11:36  Screen\res\Thumbs.db

评论

共有 条评论