MP3流媒体的播放器,是用C++写的。 ============================================= MICROSOFT FOUNDATION CLASS LIBRARY : AVI Player ============================================= AppWizard has created this AVI Player application for you. This application not only demo
自己制作一个音频文件播放器,能够播放多种音频格式的文件。 (1) 实现为Applet小程序 (2) 实现开始、暂停、停止等播放控制 (3) 维护一个或多个播放列表 (4) 能够从Internet下载歌曲并播放。 其它功能可自行扩展。 -Own an audio file player, can play a variety of audio formats. (1) to achieve for the Applet applet (2) the realization of the star
简单的c#播放器! using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using QuartzTypeLib;//播放器 using System.Runtime.InteropServices;//播放声音 name
基于vb.net的简单的MP3播放器 Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click OpenFileDialog1.ShowDialog() AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileName 。。。