没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
#include "stdafx.h"
#include <windows.h>
#include <windowsx.h>
#include <mmsystem.h>
#include "resource.h"
#include "MainDlg.h"
#include "commdlg.h"
#include "string.h"
#include "malloc.h"
#include "Commctrl.h."//Sendmessage 中的TBM_SETRANGE要包含的头文件
struct node
{
char chao[MAX_PATH];
char SongName[MAX_PATH];
struct node *next;
}list;
struct node *head=NULL;
struct node *p1=NULL,*p2=NULL;
//p1=(struct node * )malloc(sizeof(struct node));
//全局变量
OPENFILENAME ofn;
TCHAR shortname[MAX_PATH]; //打开的媒体的短路径名字
char szFile[MAX_PATH];//路径名字
char listname[1000+10][MAX_PATH];//存放歌曲的路径名字
int ncase=0;
int minute,second;
#include <windows.h>
#include <windowsx.h>
#include <mmsystem.h>
#include "resource.h"
#include "MainDlg.h"
#include "commdlg.h"
#include "string.h"
#include "malloc.h"
#include "Commctrl.h."//Sendmessage 中的TBM_SETRANGE要包含的头文件
struct node
{
char chao[MAX_PATH];
char SongName[MAX_PATH];
struct node *next;
}list;
struct node *head=NULL;
struct node *p1=NULL,*p2=NULL;
//p1=(struct node * )malloc(sizeof(struct node));
//全局变量
OPENFILENAME ofn;
TCHAR shortname[MAX_PATH]; //打开的媒体的短路径名字
char szFile[MAX_PATH];//路径名字
char listname[1000+10][MAX_PATH];//存放歌曲的路径名字
int ncase=0;
int minute,second;
long allLength;
int curTime;
TCHAR strTimeAll[256];
int flat=0;//shifougouxuan
int curplace=0; //列表中的选中的位置
int CurPlay=0;//当前的播放位置
HWND downhwnd;//下一首的句柄
HWND uphwnd;//上一首的句柄[MAX_PATH]
FILE *ifopen;
TCHAR MusicName[MAX_PATH];
TCHAR LookMusicName[MAX_PATH];
int Playstyle=-1;
//函数声明
void DownMusic(HWND hwnd);
void MusicPlay(HWND hwnd);
void UpMusic(HWND hwnd);
void Main_OnHScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos);
void openfile(HWND hwnd)
{
ZeroMemory(&ofn,sizeof(ofn));
ofn.lStructSize = sizeof(ofn);
ofn.lpstrFile = szFile;
ofn.lpstrFile[0] = TEXT('\0');
int curTime;
TCHAR strTimeAll[256];
int flat=0;//shifougouxuan
int curplace=0; //列表中的选中的位置
int CurPlay=0;//当前的播放位置
HWND downhwnd;//下一首的句柄
HWND uphwnd;//上一首的句柄[MAX_PATH]
FILE *ifopen;
TCHAR MusicName[MAX_PATH];
TCHAR LookMusicName[MAX_PATH];
int Playstyle=-1;
//函数声明
void DownMusic(HWND hwnd);
void MusicPlay(HWND hwnd);
void UpMusic(HWND hwnd);
void Main_OnHScroll(HWND hwnd, HWND hwndCtl, UINT code, int pos);
void openfile(HWND hwnd)
{
ZeroMemory(&ofn,sizeof(ofn));
ofn.lStructSize = sizeof(ofn);
ofn.lpstrFile = szFile;
ofn.lpstrFile[0] = TEXT('\0');
剩余23页未读,继续阅读
资源评论
- qq_301892752016-09-20呵呵。这源码也是够了
DukeSeraph
- 粉丝: 7
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功