搜索资源列表
MP3无敌播放器
- 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮-use API function [mciSendString] can easily MP3 music player. Below this program of the MP3 pl
formatfilefinal
- A program based on Visual C++ supports converting MPEG layer 1, 2, 3, 4 to various output formats. It has two modes, converts audio and convert video. -A program based on Visual C++ supports converting MPEG layer 1, 2, 3, 4 to various output formats.
howto_mci_wav
- The program composes a command string of the form: open waveaudio!file alias myaudio wait Where file is the path to the .wav file. It sends this command to the mciSendString function. It then sends the command "Play myaudio wait" to p
(6.23)MUPlayer
- 一个实用的音乐播放器程序,调用的是mciSendString函数完成的-a useful music player program,calls mciSendString funcition completing