资源简介
一个简单的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
相关资源
- 基于DSP的多路温度控制系统的设计
- osg画实时曲线的代码,vc开发
- 机器狗病毒源代码 VC源代码
- 禁用Security Centerwscsvc服务
- MVC文献中英文对照
- Idea环境下Dubbo+SpringMVC+ZooKeeper+Zkui程序
- 矩阵相乘、转置和求逆矩阵的VC实现
- VMware vCenter Server 7.0.0 D ISO镜像
- synopsysvcs2016百度云安装包
- vmware-vcenter 6.5 -vcsa linux版本
- VMware-VCSA-all-6.5 最新vcsa安装包
- vc播放avi的源程序
- 简单多边形的屋脊线计算算法
- Navicat全系列版本十一的注册机
- 基于精确线性化算法的TCR—TSC型SVC控
- qt5音乐播放器源代码
- spring mvc 项目源码 + 完整环境配置详细
- VC计算器的详细课程设计
- 八皇后问题,vc源码。小游戏。
- 24to8Colors.zip
- https VC实现的源代码
- scidavis 的中文汉化包
- 老版弹琴吧蛐蛐播放器 免安装绿色版
- Qt Creator+OpenCV410(vc14)开发的图片查
- MP3 播放器调用Api
- 基于VC_的OpenGL三维动画仿真及场景漫
- 用QT5写的视频播放器182732
- GnuGo 3.8 单文件,MSVC2010编译
- VC表格控件/开源/GridCtrl
- Lotus ScreenCam 97播放器
评论
共有 条评论