資源簡介
C#使用WMP制作的簡易視頻播放器,后續會更新
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?BluePlayer
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????OpenFileDialog?fileDialog?=?new?OpenFileDialog();
????????????fileDialog.Multiselect?=?true;
????????????fileDialog.title?=?“請選擇文件“;
????????????fileDialog.Filter?=?“所有文件|*.m4p;*.mp4;*.drc;*.dsm;*.m4v;*.m4b;*.flv;*.swf;*.mpa;*.mp3;*.mp2;*.wav;*.vbo;*.ifo;*.ogg;*.mpc;*.mid;*.midi;*.3gp;*.rmi;*.mke;*.aifc;*.sf;*.avi;*.asx;*.rmvb;*
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????117??2014-12-29?20:01??Oraycn.RecordDemo\app.config
?????文件???13496832??2012-12-06?15:38??Oraycn.RecordDemo\bin\Debug\avcodec-53.dll
?????文件?????349696??2012-12-06?15:37??Oraycn.RecordDemo\bin\Debug\avdevice-53.dll
?????文件?????890880??2012-12-06?15:37??Oraycn.RecordDemo\bin\Debug\avfilter-2.dll
?????文件????2462208??2012-12-06?15:38??Oraycn.RecordDemo\bin\Debug\avformat-53.dll
?????文件?????137728??2012-12-06?15:37??Oraycn.RecordDemo\bin\Debug\avutil-51.dll
?????文件?????435712??2018-06-01?14:44??Oraycn.RecordDemo\bin\Debug\ESBasic.dll
?????文件?????215220??2018-06-01?14:44??Oraycn.RecordDemo\bin\Debug\ESBasic.xm
?????文件?????142336??2018-06-01?14:38??Oraycn.RecordDemo\bin\Debug\OMFile.dll
?????文件????1226752??2018-06-01?14:42??Oraycn.RecordDemo\bin\Debug\Oraycn.MCapture.dll
?????文件????1026906??2018-06-01?14:38??Oraycn.RecordDemo\bin\Debug\Oraycn.MCapture.xm
?????文件?????123392??2018-06-01?14:42??Oraycn.RecordDemo\bin\Debug\Oraycn.MFile.dll
?????文件??????20302??2018-06-01?14:40??Oraycn.RecordDemo\bin\Debug\Oraycn.MFile.xm
?????文件??????17408??2018-06-01?15:27??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.exe
?????文件????????117??2014-12-29?20:01??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.exe.config
?????文件??????30208??2018-06-01?15:27??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.pdb
?????文件??????11608??2018-06-01?15:26??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe
?????文件????????117??2014-12-29?20:01??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe.manifest
?????文件?????296960??2012-12-06?15:37??Oraycn.RecordDemo\bin\Debug\swscale-2.dll
?????文件?????435712??2018-06-01?14:44??Oraycn.RecordDemo\dlls\ESBasic.dll
?????文件?????215220??2018-06-01?14:44??Oraycn.RecordDemo\dlls\ESBasic.xm
?????文件????1226752??2018-06-01?14:42??Oraycn.RecordDemo\dlls\Oraycn.MCapture.dll
?????文件????1026906??2018-06-01?14:38??Oraycn.RecordDemo\dlls\Oraycn.MCapture.xm
?????文件?????123392??2018-06-01?14:42??Oraycn.RecordDemo\dlls\Oraycn.MFile.dll
?????文件??????20302??2018-06-01?14:40??Oraycn.RecordDemo\dlls\Oraycn.MFile.xm
?????文件??????13360??2017-11-22?17:08??Oraycn.RecordDemo\Form1.cs
?????文件??????13671??2015-10-20?16:11??Oraycn.RecordDemo\Form1.Designer.cs
?????文件???????5817??2015-10-20?16:11??Oraycn.RecordDemo\Form1.resx
?????文件???????1970??2016-03-15?20:34??Oraycn.RecordDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
............此處省略41個文件信息
評論
共有 條評論