资源简介
VC++实现打印
打印控制
打印输出
打印工作证

代码片段和文件信息
// PrintText.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “PrintText.h“
#include “PrintTextDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPrintTextApp
BEGIN_MESSAGE_MAP(CPrintTextApp CWinApp)
//{{AFX_MSG_MAP(CPrintTextApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CPrintTextApp construction
CPrintTextApp::CPrintTextApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CPrintTextApp object
CPrintTextApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CPrintTextApp initialization
BOOL CPrintTextApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CPrintTextDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1745 2009-05-16 13:08 例12.6\PrintForm\PrintForm.clw
文件 2105 2009-04-30 12:57 例12.6\PrintForm\PrintForm.cpp
文件 4213 2009-04-30 12:57 例12.6\PrintForm\PrintForm.dsp
文件 541 2009-04-30 12:57 例12.6\PrintForm\PrintForm.dsw
文件 1357 2009-04-30 12:57 例12.6\PrintForm\PrintForm.h
文件 655360 2009-05-16 13:08 例12.6\PrintForm\PrintForm.opt
文件 6466 2009-04-30 13:49 例12.6\PrintForm\PrintForm.rc
文件 6507 2009-04-30 13:51 例12.6\PrintForm\PrintFormDlg.cpp
文件 1368 2009-04-30 13:39 例12.6\PrintForm\PrintFormDlg.h
文件 3633 2009-04-30 12:57 例12.6\PrintForm\ReadMe.txt
文件 1078 2009-04-30 12:57 例12.6\PrintForm\res\PrintForm.ico
文件 401 2009-04-30 12:57 例12.6\PrintForm\res\PrintForm.rc2
文件 1193 2009-04-30 13:40 例12.6\PrintForm\resource.h
文件 211 2009-04-30 12:57 例12.6\PrintForm\StdAfx.cpp
文件 1054 2009-04-30 12:57 例12.6\PrintForm\StdAfx.h
文件 192512 2009-07-24 16:35 例12.7\PrintTable\Databa
文件 1149 2009-05-16 13:09 例12.7\PrintTable\PrintTable.clw
文件 2166 2009-05-06 09:01 例12.7\PrintTable\PrintTable.cpp
文件 4231 2009-05-05 16:06 例12.7\PrintTable\PrintTable.dsp
文件 543 2009-05-05 16:06 例12.7\PrintTable\PrintTable.dsw
文件 1368 2009-05-05 16:06 例12.7\PrintTable\PrintTable.h
文件 53760 2009-05-16 13:09 例12.7\PrintTable\PrintTable.opt
文件 5417 2009-05-07 13:56 例12.7\PrintTable\PrintTable.rc
文件 7735 2009-05-07 13:37 例12.7\PrintTable\PrintTableDlg.cpp
文件 1509 2009-05-06 10:26 例12.7\PrintTable\PrintTableDlg.h
文件 3651 2009-05-05 16:06 例12.7\PrintTable\ReadMe.txt
文件 1078 2009-05-05 16:06 例12.7\PrintTable\res\PrintTable.ico
文件 402 2009-05-05 16:06 例12.7\PrintTable\res\PrintTable.rc2
文件 734 2009-05-06 09:34 例12.7\PrintTable\resource.h
文件 212 2009-05-05 16:06 例12.7\PrintTable\StdAfx.cpp
............此处省略142个文件信息
相关资源
- 基于MFC的TCP调试助手源码95706
- 基于mfc的多线程文件传输
- VC++ 多线程文件读写操作
- 移木块游戏,可以自编自玩,vc6.0编写
- MFC数字钟(基于VC6.0)
- 安科瑞智能电能表MODBUS通讯程序 VC6
- VC++MFC小游戏实例教程(实例)+MFC类库
- VC6LineNumberAddin.dll
- 用VC6.0实现多边形扫描线填充算法
- VC++实现CMD命令执行与获得返回信息
- VC助手 VC6.0助手
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- VC++基于OpenGL模拟的一个3维空间模型
- mfc绘图大全(画直线、矩形、椭圆)
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- 基于VC++的SolidWorks二次开发SolidWorks
- VC6 USB开发源码
- MFC文档_视图_框架_模板结构体系深入
- 简单员工管理系统(适合初学MFC)
- VC操作SQLSERVER数据库
- aes加解密(vc源程序)
- vc_串口通讯
- 吕鑫vc6c++数据结构视频源码
- 派克变换VC++源码(附文档)
- 基于opencv漫水填充算法综合
评论
共有 条评论