資源簡介
代碼片段和文件信息
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;
using?System.Runtime.InteropServices;
namespace?Game
{
????public?partial?class?ActiveWindowFrm?:?Form
????{
????????public?ActiveWindowFrm()
????????{
????????????InitializeComponent();
????????}
????????internal?struct?RECT
????????{
????????????public?int?left;
????????????public?int?top;
????????????public?int?right;
????????????public?int?bottom;
????????}
????????[DllImport(“user32.dll“?ExactSpelling?=?true?SetLastError?=?true)]
????????internal?static?extern?IntPtr?GetForegroundWindow();
????????[DllImport(“user32.dll“?CharSet?=?CharSet.Auto?CallingConvention?=?Calli
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1803??2016-08-14?22:13??Game\Game\ActiveWindowFrm.cs
?????文件???????1893??2016-08-14?22:13??Game\Game\ActiveWindowFrm.Designer.cs
?????文件???????6011??2016-08-14?22:13??Game\Game\ActiveWindowFrm.resx
?????文件??????19456??2016-08-15?06:47??Game\Game\bin\Debug\Game.exe
?????文件??????48640??2016-08-15?06:47??Game\Game\bin\Debug\Game.pdb
?????文件??????11600??2016-08-15?07:52??Game\Game\bin\Debug\Game.vshost.exe
?????文件??????18944??2016-08-15?06:47??Game\Game\bin\Release\Game.exe
?????文件??????46592??2016-08-15?06:47??Game\Game\bin\Release\Game.pdb
?????文件??????11600??2016-08-15?07:52??Game\Game\bin\Release\Game.vshost.exe
?????文件????????490??2012-06-06?02:06??Game\Game\bin\Release\Game.vshost.exe.manifest
?????文件???????3826??2016-08-15?07:58??Game\Game\ComputerStatusFrm.cs
?????文件???????3517??2016-08-15?07:58??Game\Game\ComputerStatusFrm.Designer.cs
?????文件???????5817??2016-08-15?07:58??Game\Game\ComputerStatusFrm.resx
?????文件???????5342??2016-08-15?06:40??Game\Game\Game.csproj
?????文件???????3545??2016-08-15?06:40??Game\Game\MainForm.cs
?????文件???????7764??2016-08-15?06:40??Game\Game\MainForm.Designer.cs
?????文件???????5817??2016-08-15?06:40??Game\Game\MainForm.resx
?????文件???????2867??2016-08-13?18:28??Game\Game\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6284??2016-08-15?06:47??Game\Game\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????180??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.ActiveWindowFrm.resources
?????文件????????180??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.ComputerStatusFrm.resources
?????文件????????819??2016-08-15?07:52??Game\Game\obj\x86\Debug\Game.csproj.FileListAbsolute.txt
?????文件???????1296??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.csproj.GenerateResource.Cache
?????文件??????19456??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.exe
?????文件????????180??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.MainFrm.resources
?????文件??????48640??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.pdb
?????文件????????180??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.Properties.Resources.resources
?????文件????????180??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.SBFrm.resources
?????文件????????180??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.SBMainFrm.resources
?????文件????????180??2016-08-15?06:47??Game\Game\obj\x86\Debug\Game.ShowPic.resources
............此處省略44個文件信息
- 上一篇:C#基礎:簡易拼圖小游戲源碼
- 下一篇:C#各種類型TCPUDP服務器代碼 .rar
評論
共有 條評論