資源簡介
代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Linq;
using?System.Windows.Forms;
using?System.Diagnostics;
using?System.Runtime.InteropServices;
using?System.Text.Regularexpressions;
using?System.IO;
using?System.xml;
using?System.Text;
using?Microsoft.WindowsAPICodePack.Taskbar;
using?System.Threading;
namespace?M3U8_Downloader
{
????public?partial?class?Form1?:?Form
????{
????????//任務(wù)欄進度條的實現(xiàn)。
????????private?TaskbarManager?windowsTaskbar?=?TaskbarManager.Instance;
????????
????????//拖動窗口
????????[DllImport(“user32.dll“)]
????????public?static?extern?bool?ReleaseCapture();
????????[DllImport(“user32.dll“)]
????????public?static?extern?bool?SendMessage(IntPtr?hwnd?int?wMsg?int?wParam?int?lParam);
????????public?const?int?WM_SYSCOMMAND?=?0x0112;
????????public?const?int?SC_MOVE?=?0xF0
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-13?10:48??The-New-M3U8-Downloader-master\
?????文件????????2518??2017-12-13?10:48??The-New-M3U8-Downloader-master\.gitattributes
?????文件????????4305??2017-12-13?10:48??The-New-M3U8-Downloader-master\.gitignore
?????文件??????393216??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader.sdf
?????文件?????????871??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader.sln
?????目錄???????????0??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\
?????文件???????39917??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Form1.Designer.cs
?????文件???????28720??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Form1.cs
?????文件???????98309??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Form1.resx
?????文件????????7317??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\M3U8?Downloader.csproj
?????文件?????????511??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\M3U8?Downloader.csproj.user
?????文件????????1673??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\M3U8?Downloader_TemporaryKey.pfx
?????文件?????????475??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Program.cs
?????目錄???????????0??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Properties\
?????文件????????1335??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Properties\AssemblyInfo.cs
?????文件????????2807??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Properties\Resources.Designer.cs
?????文件????????5698??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Properties\Resources.resx
?????文件????????1089??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Properties\Settings.Designer.cs
?????文件?????????242??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Properties\Settings.settings
?????文件????????2377??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\Properties\app.manifest
?????文件?????????141??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\app.config
?????目錄???????????0??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\
?????目錄???????????0??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\
?????文件????????1926??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\M3U8?Downloader.application
?????文件??????160256??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\M3U8?Downloader.exe
?????文件?????????141??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\M3U8?Downloader.exe.config
?????文件????????3503??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\M3U8?Downloader.exe.manifest
?????文件???????44544??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\M3U8?Downloader.pdb
?????文件????????1926??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\M3U8?Downloader.vshost.application
?????文件???????22696??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\M3U8?Downloader.vshost.exe
?????文件?????????141??2017-12-13?10:48??The-New-M3U8-Downloader-master\M3U8?Downloader\bin\Debug\M3U8?Downloader.vshost.exe.config
............此處省略41個文件信息
- 上一篇:PPT播放計時器
- 下一篇:C# 串口調(diào)試助手 工具源碼
評論
共有 條評論