資源簡介
用C#作的USB設備自動盤符識別源碼。完全調試通過的,下載即可使用。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Windows.Forms;
//Download?by?http://www.codefans.net
namespace?USB
{
????static?class?Program
????{
????????///?
????????///?The?main?entry?point?for?the?application.
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?USB());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????11776??2009-08-21?13:39??USB識別盤符\USB\bin\Debug\USB.exe
?????文件??????26112??2009-08-21?13:39??USB識別盤符\USB\bin\Debug\USB.pdb
?????文件??????14328??2009-08-25?18:56??USB識別盤符\USB\bin\Debug\USB.vshost.exe
?????文件????????490??2007-07-21?01:33??USB識別盤符\USB\bin\Debug\USB.vshost.exe.manifest
?????文件????????760??2009-08-25?18:56??USB識別盤符\USB\obj\Debug\USB.csproj.FileListAbsolute.txt
?????文件????????845??2009-08-21?13:39??USB識別盤符\USB\obj\Debug\USB.csproj.GenerateResource.Cache
?????文件??????11776??2009-08-21?13:39??USB識別盤符\USB\obj\Debug\USB.exe
?????文件??????26112??2009-08-21?13:39??USB識別盤符\USB\obj\Debug\USB.pdb
?????文件????????180??2009-08-21?13:38??USB識別盤符\USB\obj\Debug\USB.Properties.Resources.resources
?????文件????????180??2009-08-21?13:39??USB識別盤符\USB\obj\Debug\USB.USB.resources
?????文件????????530??2009-05-14?13:10??USB識別盤符\USB\Program.cs
?????文件???????1464??2009-05-14?13:11??USB識別盤符\USB\Properties\AssemblyInfo.cs
?????文件???????2872??2009-05-14?13:11??USB識別盤符\USB\Properties\Resources.Designer.cs
?????文件???????5612??2009-03-07?02:12??USB識別盤符\USB\Properties\Resources.resx
?????文件???????1088??2009-03-07?02:12??USB識別盤符\USB\Properties\Settings.Designer.cs
?????文件????????249??2009-03-07?02:12??USB識別盤符\USB\Properties\Settings.settings
?????文件???????9945??2009-08-22?10:50??USB識別盤符\USB\USB.cs
?????文件???????3707??2009-03-07?02:14??USB識別盤符\USB\USB.csproj
?????文件???????2431??2009-08-21?13:39??USB識別盤符\USB\USB.Designer.cs
?????文件???????6008??2009-08-21?13:39??USB識別盤符\USB\USB.resx
?????文件????????899??2009-03-07?02:12??USB識別盤符\USB.sln
????..A..H.?????16384??2009-08-25?19:18??USB識別盤符\USB.suo
?????目錄??????????0??2009-08-21?13:41??USB識別盤符\USB\obj\Debug\TempPE
?????目錄??????????0??2009-08-21?13:41??USB識別盤符\USB\bin\Debug
?????目錄??????????0??2009-08-21?13:41??USB識別盤符\USB\obj\Debug
?????目錄??????????0??2009-08-21?13:41??USB識別盤符\USB\bin
?????目錄??????????0??2009-08-21?13:41??USB識別盤符\USB\obj
?????目錄??????????0??2009-08-21?13:41??USB識別盤符\USB\Properties
?????目錄??????????0??2009-08-22?10:50??USB識別盤符\USB
?????目錄??????????0??2009-08-21?13:41??USB識別盤符
............此處省略3個文件信息
- 上一篇:(C#)Windows Shell 外殼編程系列
- 下一篇:C#繪制直線與箭頭
評論
共有 條評論