• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: API  C#  网页  

资源简介

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个文件信息

评论

共有 条评论