資源簡介
WinForm仿QQ截圖功能 方法調(diào)用方便。。。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Threading;
namespace?CaptureScreen
{
public?partial?class?Form1?:?Form
{
public?Form1()
{
InitializeComponent();
}
private?void?button2_Click(object?sender?EventArgs?e)
{
if?(checkBox1.Checked)
{
this.Hide();
Thread.Sleep(100);?//窗體消失需要一點時間
}
Roovent.CaptureScreen.CaptureControl?cp?=?new?Roovent.CaptureScreen.CaptureControl();
if?(cp.Capture())
{
pictureBox1.Image?=?cp.CapturedPic;
}
this.Show();
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????13824??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Debug\CaptureScreen.exe
?????文件??????22016??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Debug\CaptureScreen.pdb
?????文件??????14328??2011-12-12?15:19??winform仿QQ截圖功能\CaptureScreen\bin\Debug\CaptureScreen.vshost.exe
?????文件????????490??2007-07-21?01:33??winform仿QQ截圖功能\CaptureScreen\bin\Debug\CaptureScreen.vshost.exe.manifest
?????文件??????24576??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Debug\CaptureScreenCore.dll
?????文件??????28160??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Debug\CaptureScreenCore.pdb
?????文件??????13824??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Release\CaptureScreen.exe
?????文件??????24064??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Release\CaptureScreen.pdb
?????文件??????14328??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Release\CaptureScreen.vshost.exe
?????文件????????490??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Release\CaptureScreen.vshost.exe.manifest
?????文件??????13312??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Release\CaptureScreenCore.dll
?????文件??????26112??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\bin\Release\CaptureScreenCore.pdb
?????文件???????5135??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\CaptureScreenDemo.csproj
?????文件????????488??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\CaptureScreenDemo.csproj.user
?????文件???????1431??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\CaptureScreenDemo.sln
????..A..H.?????20992??2011-12-12?15:22??winform仿QQ截圖功能\CaptureScreen\CaptureScreenDemo.suo
?????文件????????700??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\Form1.cs
?????文件???????4667??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\Form1.Designer.cs
?????文件???????5814??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\Form1.resx
?????文件???????3638??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\look?no?hands.ico
?????文件????????738??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\obj\Debug\CaptureScreen.csproj.FileListAbsolute.txt
?????文件????????967??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\obj\Debug\CaptureScreen.csproj.GenerateResource.Cache
?????文件??????13824??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\obj\Debug\CaptureScreen.exe
?????文件????????180??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\obj\Debug\CaptureScreen.Form1.resources
?????文件??????22016??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\obj\Debug\CaptureScreen.pdb
?????文件????????180??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\obj\Debug\CaptureScreen.Properties.Resources.resources
?????文件???????4010??2011-12-12?15:19??winform仿QQ截圖功能\CaptureScreen\obj\Debug\CaptureScreenDemo.csproj.FileListAbsolute.txt
?????文件????????847??2011-12-12?15:17??winform仿QQ截圖功能\CaptureScreen\obj\Debug\CaptureScreenDemo.csproj.GenerateResource.Cache
?????文件???????8851??2011-12-12?15:17??winform仿QQ截圖功能\CaptureScreen\obj\Debug\ResolveAssemblyReference.cache
?????文件??????13824??2011-12-08?09:58??winform仿QQ截圖功能\CaptureScreen\obj\Release\CaptureScreen.exe
............此處省略43個文件信息
評論
共有 條評論