91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.06M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語(yǔ)言: C#
  • 標(biāo)簽: 截屏??

資源簡(jiǎn)介

C#截取屏幕源碼 可直接截屏、截取當(dāng)前窗口 實(shí)例下載

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Runtime.InteropServices;
using?System.Drawing;
using?System.Windows.Forms;

namespace?CaptureSoft
{

????public?class?API
????{
????????[DllImport(“user32.dll“?CharSet?=?CharSet.Auto)]
????????public?static?extern?IntPtr?GetDesktopWindow();

????????[DllImport(“user32.dll“?CharSet?=?CharSet.Auto)]
????????public?static?extern?IntPtr?SetWindowsHookEx(int?hookid?HookProc?pfnhook?IntPtr?hinst?int?threadid);

????????public?delegate?IntPtr?HookProc(int?nCode?IntPtr?wParam?IntPtr?lParam);

????????[DllImport(“kernel32.dll“?ExactSpelling?=?true?CharSet?=?CharSet.Auto)]
????????public?static?extern?int?GetCurrentThreadId();

????????[DllImport(“user32.dll“?CharSet?=?CharSet.Auto?Exact

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-12-19?16:23??CaptureDemo\
?????文件?????????923??2012-12-19?16:23??CaptureDemo\CaptureDemo.sln
?????文件???????28672??2012-12-19?16:47??CaptureDemo\CaptureDemo.v11.suo
?????目錄???????????0??2012-12-19?16:30??CaptureDemo\CaptureSoft\
?????文件????????9033??2012-12-19?16:30??CaptureDemo\CaptureSoft\API.cs
?????目錄???????????0??2012-12-19?16:20??CaptureDemo\CaptureSoft\bin\
?????目錄???????????0??2012-12-19?16:47??CaptureDemo\CaptureSoft\bin\Debug\
?????文件???????14848??2012-12-19?16:47??CaptureDemo\CaptureSoft\bin\Debug\CaptureSoft.exe
?????文件???????30208??2012-12-19?16:47??CaptureDemo\CaptureSoft\bin\Debug\CaptureSoft.pdb
?????文件???????22472??2012-12-19?16:20??CaptureDemo\CaptureSoft\bin\Debug\CaptureSoft.vshost.exe
?????文件?????????490??2010-03-17?22:39??CaptureDemo\CaptureSoft\bin\Debug\CaptureSoft.vshost.exe.manifest
?????文件????????3769??2012-12-19?16:34??CaptureDemo\CaptureSoft\CaptureSoft.csproj
?????文件????????1906??2012-12-19?16:46??CaptureDemo\CaptureSoft\Form1.cs
?????文件????????4013??2012-12-19?16:34??CaptureDemo\CaptureSoft\Form1.Designer.cs
?????文件????????5817??2012-12-19?16:34??CaptureDemo\CaptureSoft\Form1.resx
?????目錄???????????0??2012-12-19?16:20??CaptureDemo\CaptureSoft\obj\
?????目錄???????????0??2012-12-19?16:47??CaptureDemo\CaptureSoft\obj\Debug\
?????文件?????????527??2012-12-19?16:47??CaptureDemo\CaptureSoft\obj\Debug\CaptureSoft.csproj.FileListAbsolute.txt
?????文件?????????975??2012-12-19?16:47??CaptureDemo\CaptureSoft\obj\Debug\CaptureSoft.csproj.GenerateResource.Cache
?????文件???????14848??2012-12-19?16:47??CaptureDemo\CaptureSoft\obj\Debug\CaptureSoft.exe
?????文件?????????180??2012-12-19?16:47??CaptureDemo\CaptureSoft\obj\Debug\CaptureSoft.Form1.resources
?????文件???????30208??2012-12-19?16:47??CaptureDemo\CaptureSoft\obj\Debug\CaptureSoft.pdb
?????文件?????????180??2012-12-19?16:47??CaptureDemo\CaptureSoft\obj\Debug\CaptureSoft.Properties.Resources.resources
?????文件?????????863??2012-12-19?16:20??CaptureDemo\CaptureSoft\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6803??2012-12-19?16:30??CaptureDemo\CaptureSoft\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2012-12-19?16:20??CaptureDemo\CaptureSoft\obj\Debug\TempPE\
?????文件?????????492??2012-12-19?16:20??CaptureDemo\CaptureSoft\Program.cs
?????目錄???????????0??2012-12-19?16:20??CaptureDemo\CaptureSoft\Properties\
?????文件????????1360??2012-12-19?16:20??CaptureDemo\CaptureSoft\Properties\AssemblyInfo.cs
?????文件????????2874??2012-12-19?16:20??CaptureDemo\CaptureSoft\Properties\Resources.Designer.cs
?????文件????????5612??2012-12-19?16:20??CaptureDemo\CaptureSoft\Properties\Resources.resx
............此處省略2個(gè)文件信息

評(píng)論

共有 條評(píng)論