資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
namespace?AxWindowsMediaPlayer
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????this.Icon?=?Source.ico;
????????}
????????public?Form1(string[]?args)
????????{
????????????InitializeComponent();
????????????this.Icon?=?Source.ico;
????????????WMPLib.IWMPPlaylist?currentList?=?axWindowsMediaPlayer1.playlistCollection.newPlaylist(“默認列表“);
????????????for?(int?i?=?0;?i?????????????{
????????????????if?(args[i].Trim()?!=?““)
????????????????{
????????????????????currentList.appendItem(axWindowsMediaPlayer1.newMedia(args[i].Trim()));
????????????????}
????????????}
????????????axWindowsMediaPlayer1.currentPlaylist?=?currentList;
????????????axWindowsMediaPlayer1.Ctlcontrols.play();
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-01-06?13:57??AxWindowsMediaPla
?????目錄???????????0??2016-01-06?13:57??AxWindowsMediaPla
?????文件?????????902??2016-01-06?12:59??AxWindowsMediaPla
?????文件???????21504??2016-01-07?15:33??AxWindowsMediaPla
?????文件?????????144??2016-01-07?11:17??AxWindowsMediaPla
?????文件???????53760??2016-01-06?12:59??AxWindowsMediaPla
?????文件????????4509??2016-01-07?12:57??AxWindowsMediaPla
?????目錄???????????0??2016-01-06?13:57??AxWindowsMediaPla
?????目錄???????????0??2016-01-07?15:33??AxWindowsMediaPla
?????文件???????53760??2016-01-06?12:59??AxWindowsMediaPla
?????文件??????578048??2016-01-07?15:33??AxWindowsMediaPla
?????文件?????????144??2016-01-07?11:17??AxWindowsMediaPla
?????文件???????30208??2016-01-07?15:33??AxWindowsMediaPla
?????文件???????11600??2016-01-07?15:32??AxWindowsMediaPla
?????文件?????????144??2016-01-07?11:17??AxWindowsMediaPla
?????文件?????????490??2009-08-31?00:40??AxWindowsMediaPla
?????文件??????331264??2016-01-06?12:59??AxWindowsMediaPla
?????文件???????38078??2016-01-06?13:29??AxWindowsMediaPla
?????文件????????2400??2016-01-07?14:35??AxWindowsMediaPla
?????文件????????4334??2016-01-07?14:35??AxWindowsMediaPla
?????文件????????6716??2016-01-07?14:35??AxWindowsMediaPla
?????文件??????331264??2016-01-06?12:59??AxWindowsMediaPla
?????文件???????38078??2016-01-06?13:30??AxWindowsMediaPla
?????目錄???????????0??2016-01-06?13:57??AxWindowsMediaPla
?????目錄???????????0??2016-01-06?13:57??AxWindowsMediaPla
?????目錄???????????0??2016-01-07?15:33??AxWindowsMediaPla
?????文件????????2013??2016-01-07?15:33??AxWindowsMediaPla
?????文件?????????975??2016-01-07?15:33??AxWindowsMediaPla
?????文件??????578048??2016-01-07?15:33??AxWindowsMediaPla
?????文件?????????739??2016-01-07?15:33??AxWindowsMediaPla
?????文件???????30208??2016-01-07?15:33??AxWindowsMediaPla
............此處省略13個文件信息
- 上一篇:Speex編解碼調(diào)用
- 下一篇:基于com串口的文件發(fā)送和接收
評論
共有 條評論