資源簡介
顯示鼠標等待光標
代碼片段和文件信息
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?ShowWaitMouse
{
????public?partial?class?Frm_Main?:?Form
????{
????????public?Frm_Main()
????????{
????????????InitializeComponent();
????????}
????????private?void?Frm_Main_Load(object?sender?EventArgs?e)
????????{
????????????this.Cursor?=?Cursors.WaitCursor;//將當前窗體的光標樣式修改為等待光標
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????7680??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\bin\Debug\ShowWaitMouse.exe
?????文件??????28160??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\bin\Debug\ShowWaitMouse.pdb
?????文件??????14328??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\bin\Debug\ShowWaitMouse.vshost.exe
?????文件????????490??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\bin\Debug\ShowWaitMouse.vshost.exe.manifest
?????文件????????557??2016-12-21?17:50??ShowWaitMouse\ShowWaitMouse\Frm_Main.cs
?????文件???????1588??2016-12-21?17:50??ShowWaitMouse\ShowWaitMouse\Frm_Main.Designer.cs
?????文件???????5814??2016-12-21?17:50??ShowWaitMouse\ShowWaitMouse\Frm_Main.resx
?????文件???????7032??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????2049??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.csproj.FileListAbsolute.txt
?????文件????????850??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.csproj.GenerateResource.Cache
?????文件???????7680??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.exe
?????文件????????180??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.Frm_Main.resources
?????文件??????28160??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.pdb
?????文件????????180??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\obj\Debug\ShowWaitMouse.Properties.Resources.resources
?????文件???????4608??2016-12-22?04:18??ShowWaitMouse\ShowWaitMouse\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????497??2016-12-21?17:50??ShowWaitMouse\ShowWaitMouse\Program.cs
?????文件???????1358??2016-12-21?21:18??ShowWaitMouse\ShowWaitMouse\Properties\AssemblyInfo.cs
?????文件???????2866??2016-12-21?21:18??ShowWaitMouse\ShowWaitMouse\Properties\Resources.Designer.cs
?????文件???????5612??2016-12-21?21:18??ShowWaitMouse\ShowWaitMouse\Properties\Resources.resx
?????文件???????1113??2016-12-21?21:18??ShowWaitMouse\ShowWaitMouse\Properties\Settings.Designer.cs
?????文件????????249??2016-12-21?21:18??ShowWaitMouse\ShowWaitMouse\Properties\Settings.settings
?????文件???????3995??2016-12-21?17:50??ShowWaitMouse\ShowWaitMouse\ShowWaitMouse.csproj
?????文件????????929??2016-12-21?16:09??ShowWaitMouse\ShowWaitMouse.sln
?????目錄??????????0??2016-12-22?04:18??ShowWaitMouse\ShowWaitMouse\obj\Debug\Refactor
?????目錄??????????0??2016-12-22?04:18??ShowWaitMouse\ShowWaitMouse\obj\Debug\TempPE
?????目錄??????????0??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\bin\Debug
?????目錄??????????0??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\bin\Release
?????目錄??????????0??2016-12-22?04:18??ShowWaitMouse\ShowWaitMouse\obj\Debug
?????目錄??????????0??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\bin
?????目錄??????????0??2016-12-22?03:39??ShowWaitMouse\ShowWaitMouse\obj
............此處省略6個文件信息
- 上一篇:獲取鼠標在窗體的位置
- 下一篇:C# 服務器與客戶端套接字傳輸數據
評論
共有 條評論