資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?Case03_5
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????openFileDialog1.Filter?=?“*.swf|*.swf“;
????????????openFileDialog1.ShowDialog();
????????????if?(this.openFileDialog1.FileName.Trim()?==?““)
????????????????return;
????????????try
????????????{
????????????????this.axShockwaveFlash1.Movie?=?this.openFileDialog1.FileName;??//瀏覽FLASH文件
????????????}
????????????catch
????????????{
????????????????//提示對話
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-04-26?10:30??C#Flash播放器\
?????目錄???????????0??2013-04-26?10:04??C#Flash播放器\Case03_5\
?????文件?????????914??2013-04-26?10:05??C#Flash播放器\Case03_5.sln
?????文件???????18432??2008-06-06?23:18??C#Flash播放器\Case03_5.suo
?????文件???????30720??2013-04-26?10:30??C#Flash播放器\Case03_5.v11.suo
?????目錄???????????0??2010-05-24?22:14??C#Flash播放器\Case03_5\bin\
?????目錄???????????0??2013-04-26?10:10??C#Flash播放器\Case03_5\bin\Debug\
?????文件???????28672??2013-04-26?10:09??C#Flash播放器\Case03_5\bin\Debug\AxInterop.ShockwaveFlashob
?????文件???????12288??2013-04-26?10:10??C#Flash播放器\Case03_5\bin\Debug\Case03_5.exe
?????文件???????24064??2013-04-26?10:10??C#Flash播放器\Case03_5\bin\Debug\Case03_5.pdb
?????文件???????21464??2013-04-26?10:05??C#Flash播放器\Case03_5\bin\Debug\Case03_5.vshost.exe
?????文件?????????490??2010-03-17?22:39??C#Flash播放器\Case03_5\bin\Debug\Case03_5.vshost.exe.manifest
?????文件???????32768??2013-04-26?10:09??C#Flash播放器\Case03_5\bin\Debug\Interop.ShockwaveFlashob
?????文件????????4593??2013-04-26?10:05??C#Flash播放器\Case03_5\Case03_5.csproj
?????文件????????3223??2013-04-26?10:28??C#Flash播放器\Case03_5\Form1.cs
?????文件????????7913??2008-06-06?22:59??C#Flash播放器\Case03_5\Form1.Designer.cs
?????文件????????6807??2008-06-06?22:59??C#Flash播放器\Case03_5\Form1.resx
?????目錄???????????0??2013-04-26?10:04??C#Flash播放器\Case03_5\obj\
?????目錄???????????0??2013-04-26?10:10??C#Flash播放器\Case03_5\obj\Debug\
?????文件???????28672??2013-04-26?10:09??C#Flash播放器\Case03_5\obj\Debug\AxInterop.ShockwaveFlashob
?????文件????????1463??2013-04-26?10:10??C#Flash播放器\Case03_5\obj\Debug\Case03_5.csproj.FileListAbsolute.txt
?????文件?????????847??2013-04-26?10:10??C#Flash播放器\Case03_5\obj\Debug\Case03_5.csproj.GenerateResource.Cache
?????文件?????????729??2013-04-26?10:09??C#Flash播放器\Case03_5\obj\Debug\Case03_5.csproj.ResolveComReference.cache
?????文件????????1757??2013-04-26?10:08??C#Flash播放器\Case03_5\obj\Debug\Case03_5.csprojResolveAssemblyReference.cache
?????文件???????12288??2013-04-26?10:10??C#Flash播放器\Case03_5\obj\Debug\Case03_5.exe
?????文件?????????795??2013-04-26?10:10??C#Flash播放器\Case03_5\obj\Debug\Case03_5.Form1.resources
?????文件???????24064??2013-04-26?10:10??C#Flash播放器\Case03_5\obj\Debug\Case03_5.pdb
?????文件?????????180??2013-04-26?10:10??C#Flash播放器\Case03_5\obj\Debug\Case03_5.Properties.Resources.resources
?????文件????????7150??2013-04-26?10:05??C#Flash播放器\Case03_5\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????32768??2013-04-26?10:09??C#Flash播放器\Case03_5\obj\Debug\Interop.ShockwaveFlashob
?????目錄???????????0??2013-04-26?10:05??C#Flash播放器\Case03_5\obj\Debug\TempPE\
............此處省略8個文件信息
評論
共有 條評論