91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 9.29MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-08
  • 語言: C#
  • 標簽: C#??視頻??播放器??

資源簡介

這是一個C#寫的音視頻播放器的源碼,需要的朋友下載。

資源截圖

代碼片段和文件信息

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?MP4
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????string?playpath?=?null;

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????this.skinEngine1.SkinFile?=?“Page.ssk“;
????????????
????????}

??????
????????//退出
????????private?void?退出ToolStripMenuItem_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????????//打開文件
????????private?void?name_Click(object?sender?EventArgs?e)
????????{
????????????using?(OpenFileDialog?fileDialog?=?new?OpenFileDialog())
????????????{
????????????????fileDialog.Filter?=?“視頻文件(*.avi;*.wmv)|*.avi;*.mp4|(All?file(*.*)|*.*“;
????????????????if?(fileDialog.ShowDialog()?==?DialogResult.OK)
????????????????{

????????????????????playpath?=?fileDialog.FileName;

????????????????}
????????????????else
????????????????{
????????????????????return;
????????????????}
????????????}
????????????axWindowsMediaPlayer1.URL?=?playpath;

????????}

????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-01?16:16??MP4\
?????目錄???????????0??2017-12-02?15:43??MP4\MP4\
?????文件???????16958??2017-09-14?14:04??MP4\MP4\128.ico
?????文件?????????167??2017-12-01?16:48??MP4\MP4\App.config
?????文件????????3950??2017-12-02?15:43??MP4\MP4\Form1.Designer.cs
?????文件????????1336??2017-12-02?15:43??MP4\MP4\Form1.cs
?????文件????????6712??2017-12-02?15:43??MP4\MP4\Form1.resx
?????文件????????6167??2017-12-01?17:15??MP4\MP4\MP4.csproj
?????文件?????????683??2017-09-14?15:09??MP4\MP4\MP4.csproj.user
?????文件?????????515??2017-12-01?16:47??MP4\MP4\Program.cs
?????目錄???????????0??2017-12-01?16:16??MP4\MP4\Properties\
?????文件????????1365??2017-09-14?14:02??MP4\MP4\Properties\AssemblyInfo.cs
?????文件????????2846??2017-12-01?16:48??MP4\MP4\Properties\Resources.Designer.cs
?????文件????????5612??2017-09-14?13:29??MP4\MP4\Properties\Resources.resx
?????文件????????1103??2017-12-01?16:48??MP4\MP4\Properties\Settings.Designer.cs
?????文件?????????249??2017-09-14?13:29??MP4\MP4\Properties\Settings.settings
?????目錄???????????0??2017-12-01?16:16??MP4\MP4\bin\
?????目錄???????????0??2017-12-01?16:16??MP4\MP4\bin\Debug\
?????文件???????53760??2017-09-14?15:16??MP4\MP4\bin\Debug\AxInterop.WMPLib.dll
?????文件??????331264??2017-12-01?16:47??MP4\MP4\bin\Debug\Interop.WMPLib.dll
?????文件??????536576??2016-12-10?12:10??MP4\MP4\bin\Debug\IrisSkin2.dll
?????文件?????????187??2017-09-14?13:29??MP4\MP4\bin\Debug\MP4.vshost.exe.config
?????文件???????15156??2017-01-10?05:09??MP4\MP4\bin\Debug\MacOS.ssk
?????文件????????9218??2015-08-28?16:39??MP4\MP4\bin\Debug\Page.ssk
?????文件???????27136??2017-12-02?15:43??MP4\MP4\bin\Debug\視頻播放器.exe
?????文件?????????167??2017-12-01?16:48??MP4\MP4\bin\Debug\視頻播放器.exe.config
?????文件???????28160??2017-12-02?15:43??MP4\MP4\bin\Debug\視頻播放器.pdb
?????文件???????24216??2017-12-02?15:43??MP4\MP4\bin\Debug\視頻播放器.vshost.exe
?????文件?????????167??2017-12-01?16:48??MP4\MP4\bin\Debug\視頻播放器.vshost.exe.config
?????目錄???????????0??2017-12-01?16:16??MP4\MP4\bin\Release\
?????文件???????53760??2017-09-14?15:28??MP4\MP4\bin\Release\AxInterop.WMPLib.dll
............此處省略47個文件信息

評論

共有 條評論