資源簡介
C#編的API例程 網頁SPY
代碼片段和文件信息
/*??????程序名稱:網頁SPY(C#版)
?*??????????作者:ecjob???(86年出生廣東?尋?女人/項目/工作)
?*??????????日期:2008-10-18
?*?*/
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?System.Runtime.InteropServices;
using?mshtml;
namespace?WebSpy
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????#region?DLL函數
????????[DllImport(“user32.dll“?EntryPoint?=?“SetCapture“)]
????????public?static?extern?int?API_置鼠標到捕獲窗口(IntPtr?hwnd窗口句柄);
????????[DllImport(“user32.dll“?EntryPoint?=?“ReleaseCapture“)]
????????public?static?extern?int?API_釋放鼠標();
????????[DllImport(“user32“?Ent
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????28672??2008-10-18?23:56??WebSpy\WebSpy\bin\Debug\WebSpy.exe
?????文件??????30208??2008-10-18?23:56??WebSpy\WebSpy\bin\Debug\WebSpy.pdb
?????文件???????5632??2005-12-08?14:51??WebSpy\WebSpy\bin\Debug\WebSpy.vshost.exe
?????文件???????6372??2008-10-18?23:56??WebSpy\WebSpy\Form1.cs
?????文件??????11913??2008-10-18?23:44??WebSpy\WebSpy\Form1.Designer.cs
?????文件???????6008??2008-10-18?23:38??WebSpy\WebSpy\Form1.resx
?????文件???????4608??2008-10-17?23:16??WebSpy\WebSpy\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????892??2008-10-18?23:38??WebSpy\WebSpy\obj\Debug\WebSpy.csproj.GenerateResource.Cache
?????文件??????28672??2008-10-18?23:56??WebSpy\WebSpy\obj\Debug\WebSpy.exe
?????文件????????180??2008-10-18?23:38??WebSpy\WebSpy\obj\Debug\WebSpy.Form1.resources
?????文件??????30208??2008-10-18?23:56??WebSpy\WebSpy\obj\Debug\WebSpy.pdb
?????文件????????858??2008-10-17?23:16??WebSpy\WebSpy\obj\Debug\WebSpy.Properties.Resources.resources
?????文件????????605??2008-10-18?23:59??WebSpy\WebSpy\obj\WebSpy.csproj.FileListAbsolute.txt
?????文件????????465??2008-10-17?22:42??WebSpy\WebSpy\Program.cs
?????文件???????1206??2008-10-18?23:56??WebSpy\WebSpy\Properties\AssemblyInfo.cs
?????文件???????3101??2008-10-17?23:16??WebSpy\WebSpy\Properties\Resources.Designer.cs
?????文件???????6216??2008-10-17?23:15??WebSpy\WebSpy\Properties\Resources.resx
?????文件???????1091??2008-10-17?22:42??WebSpy\WebSpy\Properties\Settings.Designer.cs
?????文件????????249??2008-10-17?22:42??WebSpy\WebSpy\Properties\Settings.settings
?????文件????????817??2008-10-17?22:56??WebSpy\WebSpy\Resources\光標_十字.jpg
?????文件????????388??2008-10-17?23:14??WebSpy\WebSpy\Resources\鼠標_十字外.gif
?????文件???????3712??2008-10-18?23:56??WebSpy\WebSpy\WebSpy.csproj
?????文件????????168??2008-10-17?23:04??WebSpy\WebSpy\WebSpy.csproj.user
?????文件????????907??2008-10-17?22:42??WebSpy\WebSpy.sln
????..A..H.?????13824??2008-10-18?23:56??WebSpy\WebSpy.suo
?????目錄??????????0??2008-10-17?22:56??WebSpy\WebSpy\obj\Debug\Refactor
?????目錄??????????0??2008-10-17?23:16??WebSpy\WebSpy\obj\Debug\TempPE
?????目錄??????????0??2008-10-17?22:54??WebSpy\WebSpy\bin\Debug
?????目錄??????????0??2008-10-18?23:56??WebSpy\WebSpy\obj\Debug
?????目錄??????????0??2008-10-17?22:54??WebSpy\WebSpy\bin
............此處省略8個文件信息
- 上一篇:不區分大小寫的驗證碼(c#)
- 下一篇:winform驗證碼入門級
評論
共有 條評論