• 大小: 115KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签:

资源简介

在VC6.0下利用MFC资源做的MP3音乐播放器,实现MP3播放的每一个步骤,并在搜索里利用浏览器连接到了酷狗音乐播放的网址

资源截图

代码片段和文件信息

// MP3播放器.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “MP3播放器.h“
#include “MP3播放器Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMP3App

BEGIN_MESSAGE_MAP(CMP3App CWinApp)
//{{AFX_MSG_MAP(CMP3App)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CMP3App construction

CMP3App::CMP3App()
{
// TODO: add construction code here
// Place all signi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-03-29 20:53  MP3播放器\
     文件       36832  2012-12-22 11:53  MP3播放器\MP3播放器.APS
     文件        1587  2013-01-04 21:53  MP3播放器\MP3播放器.clw
     文件        2133  2012-12-14 08:49  MP3播放器\MP3播放器.cpp
     文件        4266  2012-12-15 23:57  MP3播放器\MP3播放器.dsp
     文件         526  2012-12-14 08:49  MP3播放器\MP3播放器.dsw
     文件        1309  2012-12-14 08:49  MP3播放器\MP3播放器.h
     文件       66560  2013-01-04 23:54  MP3播放器\MP3播放器.ncb
     文件       49664  2013-01-04 23:54  MP3播放器\MP3播放器.opt
     文件         252  2013-01-04 19:31  MP3播放器\MP3播放器.plg
     文件        6229  2012-12-22 11:53  MP3播放器\MP3播放器.rc
     文件       19318  2012-12-22 15:58  MP3播放器\MP3播放器Dlg.cpp
     文件        2505  2012-12-16 17:53  MP3播放器\MP3播放器Dlg.h
     文件        3679  2013-03-29 20:55  MP3播放器\ReadMe.txt
     目录           0  2013-03-29 20:52  MP3播放器\res\
     文件        1468  2012-12-16 17:53  MP3播放器\resource.h
     文件        1078  2012-12-14 08:49  MP3播放器\res\MP3播放器.ico
     文件         401  2012-12-14 08:49  MP3播放器\res\MP3播放器.rc2
     文件         211  2012-12-14 08:49  MP3播放器\StdAfx.cpp
     文件        1102  2012-12-14 08:49  MP3播放器\StdAfx.h
     文件      270400  2012-12-16 19:25  MP3播放器\浏览器1.exe

评论

共有 条评论

相关资源