资源简介
一个简单的Avi文件播放器(VC源代码)
一个书上的例子:通过CAnimation控件实现AVI文件的播放,希望有助于大家的学习。
欢迎大家下载,谢谢!!!

代码片段和文件信息
// animateDlg.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “animateDlg.h“
#include “animateDlgDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAnimateDlgApp
BEGIN_MESSAGE_MAP(CAnimateDlgApp CWinApp)
//{{AFX_MSG_MAP(CAnimateDlgApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CAnimateDlgApp construction
CAnimateDlgApp::CAnimateDlgApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CAnimateDlgApp object
CAnimateDlgApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CAnimateDlgApp initialization
BOOL CAnimateDlgApp::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
CAnimateDlgDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1218 2008-01-08 11:02 07\animateDlg.clw
文件 2119 2008-01-08 11:02 07\animateDlg.cpp
文件 4685 2008-01-08 11:02 07\animateDlg.dsp
文件 589 2008-01-08 11:02 07\animateDlg.dsw
文件 1368 2008-01-08 11:02 07\animateDlg.h
文件 66560 2010-08-28 16:59 07\animateDlg.ncb
文件 568832 2010-08-28 16:59 07\animateDlg.opt
文件 1989 2010-08-28 16:59 07\animateDlg.plg
文件 6047 2008-01-08 11:02 07\animateDlg.rc
文件 4689 2008-01-08 11:02 07\animateDlgDlg.cpp
文件 1475 2008-01-08 11:02 07\animateDlgDlg.h
文件 3510 2008-01-08 11:02 07\animation.cpp
文件 2235 2008-01-08 11:02 07\animation.h
文件 1078 2008-01-08 11:02 07\res\animateDlg.ico
文件 402 2008-01-08 11:02 07\res\animateDlg.rc2
文件 780 2008-01-08 11:02 07\resource.h
文件 10837504 2008-01-08 11:02 07\soft.avi
文件 212 2008-01-08 11:02 07\StdAfx.cpp
文件 1054 2008-01-08 11:02 07\StdAfx.h
目录 0 2010-08-26 18:02 07\res
目录 0 2010-08-28 16:59 07
----------- --------- ---------- ----- ----
11506346 21
相关资源
- Navicat Premium 15汉化包.zip55438
- 易语言播放器组件无缝转换(Demo2.e)
- Windows异步套接字网络编程
- VC 获得文件属性 获取文件的创建时
- 基于MVC模式的会员管理系统
- silicon lab公司的收音IC SI47XX全套开发工
- 读者写者问题(读者优先,写者优先
- MFC程序-碰撞的小球
- vc 柱形图 CBarChart
- 用vc 写的导线测量,针对刚学测绘的
- 用VC 编写的仿QQ聊天室程序源代码
- 我做的电子琴,21个音,一般歌曲基本
- DOS播放器 QuickViewPro破解版
- 栅栏填充算法源码(VC)
- 简单的房屋租赁系统
- .net网站服装销售系统(MVC)
-
ob
jectARX给Auto CAD加工具条 - blowfish的vc2008工程.rar
- js万能播放器,网页播放插件实例
- 画图程序MFC/VC/VC CRectTracker 串行化
- capon波束形成算法-VC实现
- 读取串口数据并画实时曲线的VC 程序
- VC 游戏编程—附源代码
- IpHlpApi.h&IpHlpApi.lib
- vc 6.0开发的流程图编辑器
- VC 天空盒(skyBox)实现(附源代码)
- c MFC 画多边形
- keil vcom windows 7 64bit 驱动
- vc URL编解码类
- vc编写中国象棋详细源码注释并附有视
评论
共有 条评论