资源简介
利用微软的SAPI编写简单的文本阅读程序(29kb)
代码片段和文件信息
// sapitest.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “sapitest.h“
#include “sapitestDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CSapitestApp
BEGIN_MESSAGE_MAP(CSapitestApp CWinApp)
//{{AFX_MSG_MAP(CSapitestApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CSapitestApp construction
CSapitestApp::CSapitestApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CSapitestApp object
CSapitestApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CSapitestApp initialization
BOOL CSapitestApp::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
CSapitestDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2002-04-18 10:08 sapitest\
文件 3615 2002-04-18 10:08 sapitest\ReadMe.txt
目录 0 2002-04-18 10:08 sapitest\res\
文件 1078 2002-04-18 10:08 sapitest\res\sapitest.ico
文件 400 2002-04-18 10:08 sapitest\res\sapitest.rc2
文件 775 2002-04-18 15:29 sapitest\resource.h
文件 35032 2002-04-18 15:30 sapitest\sapitest.aps
文件 867 2002-04-18 15:31 sapitest\sapitest.clw
文件 2091 2002-04-18 10:08 sapitest\sapitest.cpp
文件 4349 2002-04-18 10:50 sapitest\sapitest.dsp
文件 541 2002-04-18 10:08 sapitest\sapitest.dsw
文件 1346 2002-04-18 10:08 sapitest\sapitest.h
文件 66560 2002-04-18 15:31 sapitest\sapitest.ncb
文件 49664 2002-04-18 15:31 sapitest\sapitest.opt
文件 1327 2002-04-18 15:31 sapitest\sapitest.plg
文件 4609 2002-04-18 15:30 sapitest\sapitest.rc
文件 4366 2002-04-18 15:31 sapitest\sapitestDlg.cpp
文件 1351 2002-04-18 15:30 sapitest\sapitestDlg.h
文件 210 2002-04-18 10:08 sapitest\StdAfx.cpp
文件 1134 2002-04-18 10:32 sapitest\StdAfx.h
- 上一篇:OpenGL 作图 - 圆环
- 下一篇:直接通过ODBC读、写Excel表格文件
相关资源
- PB非常优秀的授权框架源码
- react移动端H5点餐项目源码.rar
- WDK源码中 usbView 的编译及说明 .
- VC++开发的仓库管理系统设计文档和
- Qt黑白棋项目源码
- 运动车辆检测跟踪系统vc源码opencv
- 房产租房管理系统 计算机专业本科毕
- 五子棋(GoBang) 安卓APP 源码
- 米酷影视源码MKCMS5.0影视源码
- Tomcat 系统架构与设计模式
- 欧洲 测量与标定协议 XCP 文档,vect
- DirectX.Capture ffdshow摄像头录制视频拍照
- e4a源码+登录验证+同步官方
- unix高级环境编程第3版英文版高清PD
- modbus主机源码.rar
- Axure控件库 一库
- TeeChar波形显示控件,好用,超好用,
- 以太坊最新源码 go语言版
- 用VC2010编写的基于TCPIP的Modbus网络通讯
- 驾校管理系统源码
- 校园小商品交易系统源码20131225
- 破解版teechart5控件
- mxgraphDemo
- 医院信息科运维登记系统源码
- 仿360手机助手秒装和智能安装功能源
- 进销存源码NetBeans
- PIXHAWK飞控源码
- QtCreator快速入门第二版源码
- 高拍仪控件
- 微信支付的demo,带完整的源码,可直
评论
共有 条评论