MMSfileApp.cpp
资源名称:MMS.rar [点击查看]
上传用户:szhqbq
上传日期:2014-07-08
资源大小:46k
文件大小:1k
源码类别:
手机彩信(MMS)编程
开发平台:
Visual C++
- // MMSfileApp.cpp : implementation file
- //
- #include "stdafx.h"
- #include "MMS.h"
- #include "MMSfileApp.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CMMSfileApp
- IMPLEMENT_DYNAMIC(CMMSfileApp, CFileDialog)
- CMMSfileApp::CMMSfileApp(BOOL bOpenFileDialog, LPCTSTR lpszDefExt, LPCTSTR lpszFileName,
- DWORD dwFlags, LPCTSTR lpszFilter, CWnd* pParentWnd) :
- CFileDialog(bOpenFileDialog, lpszDefExt, lpszFileName, dwFlags, lpszFilter, pParentWnd)
- {
- }
- BEGIN_MESSAGE_MAP(CMMSfileApp, CFileDialog)
- //{{AFX_MSG_MAP(CMMSfileApp)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()