资源简介
1.实现了SPY++的核心功能,获取窗口句柄、窗口标题、类型名等信息;
2.实现了高亮功能;
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;
using BIC_GDI;
namespace MySpy1
{
public partial class Form1 : Form
{
public class COMRECT
{
public int left;
public int top;
public int right;
public int bottom;
public COMRECT()
{
}
public COMRECT(int left int top int right int bottom)
{
this.left = left;
this.top = top;
this.right = right;
this.bottom = bottom;
}
}
[DllImport(“user32.dll“ EntryPoint = “WindowFromPoint“)]//指定坐标处窗体句柄
public static extern IntPtr WindowFromPoint(int xPoint int yPoint);
[DllImport(“user32.dll“)]
public extern static int GetWindowText(IntPtr hWnd StringBuilder lpString int nMaxCount);
[DllImport(“user32.dll“ SetLastError = true CharSet = CharSet.Auto)]
public static extern int GetClassName(IntPtr hWnd StringBuilder lpClassName int nMaxCount);
[DllImport(“user32.dll“)]
private static extern int GetWindowRect(IntPtr hwnd ref Rectangle lpRect);
[DllImport(“User32.dll“)]
private static extern IntPtr GetWindowDC(IntPtr hwnd);
[DllImport(“user32.dll“ CharSet = CharSet.Auto ExactSpelling = true)]
public static extern bool RedrawWindow(IntPtr hwnd COMRECT rcUpdate IntPtr hrgnUpdate int flags);
[DllImport(“user32.dll“ CharSet = CharSet.Auto ExactSpelling = true)]
public static extern bool UpdateWindow(IntPtr hWnd);
[DllImport(“user32.dll“ CharSet = CharSet.Auto ExactSpelling = true)]
public static extern bool InvalidateRect(IntPtr hWnd COMRECT rect bool erase);
private IntPtr OldWnd;
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender EventArgs e)
{
timer1.Enabled = !timer1.Enabled;
if (timer1.Enabled)
{
button1.Text = “Stop“;
}
else
{
button1.Text = “Start“;
}
}
private void timer1_Tick(object sender EventArgs e)
{
IntPtr hWnd = WindowFromPoint(Cursor.Position.X Cursor.Position.Y);
// IntPtr hWnd =Win32.WindowFromPoint(Cursor.Position);
if (OldWnd != IntPtr.Zero && OldWnd != hWnd)
{
Refresh(OldWnd); //erase old window
}
if (hWnd == IntPtr.Zero)
{
textBox1.Text = null;
textBox2.Text = null;
textBo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 12800 2013-08-02 18:27 MySpy1\bin\Debug\MySpy1.exe
文件 28160 2013-08-02 18:27 MySpy1\bin\Debug\MySpy1.pdb
文件 11592 2013-08-02 18:28 MySpy1\bin\Debug\MySpy1.vshost.exe
文件 32768 2007-03-04 07:43 MySpy1\bin\Debug\Win32GDI.dll
文件 6516 2013-08-02 18:27 MySpy1\Form1.cs
文件 7251 2013-08-02 17:19 MySpy1\Form1.Designer.cs
文件 6008 2013-08-02 17:19 MySpy1\Form1.resx
文件 3802 2013-08-02 16:35 MySpy1\MySpy1.csproj
文件 74 2013-08-02 16:32 MySpy1\MySpy1.csproj.user
文件 901 2013-08-02 16:32 MySpy1\MySpy1.sln
..A..H. 13824 2013-08-02 18:36 MySpy1\MySpy1.suo
文件 421 2013-08-02 18:28 MySpy1\obj\Debug\MySpy1.csproj.FileListAbsolute.txt
文件 847 2013-08-02 17:19 MySpy1\obj\Debug\MySpy1.csproj.GenerateResource.Cache
文件 12800 2013-08-02 18:27 MySpy1\obj\Debug\MySpy1.exe
文件 180 2013-08-02 17:19 MySpy1\obj\Debug\MySpy1.Form1.resources
文件 28160 2013-08-02 18:27 MySpy1\obj\Debug\MySpy1.pdb
文件 180 2013-08-02 16:35 MySpy1\obj\Debug\MySpy1.Properties.Resources.resources
文件 3748 2013-08-02 16:35 MySpy1\obj\Debug\ResolveAssemblyReference.cache
文件 487 2013-08-02 16:32 MySpy1\Program.cs
文件 1368 2013-08-02 16:32 MySpy1\Properties\AssemblyInfo.cs
文件 2862 2013-08-02 16:32 MySpy1\Properties\Resources.Designer.cs
文件 5612 2013-08-02 16:32 MySpy1\Properties\Resources.resx
文件 1091 2013-08-02 16:32 MySpy1\Properties\Settings.Designer.cs
文件 249 2013-08-02 16:32 MySpy1\Properties\Settings.settings
目录 0 2013-08-02 16:32 MySpy1\obj\Debug\TempPE
目录 0 2013-08-02 16:35 MySpy1\bin\Debug
目录 0 2013-08-02 16:32 MySpy1\bin\Release
目录 0 2013-08-02 18:27 MySpy1\obj\Debug
目录 0 2013-08-02 16:32 MySpy1\obj\Release
目录 0 2013-08-02 16:32 MySpy1\bin
............此处省略6个文件信息
- 上一篇:asp.net留言板源码+设计说明
- 下一篇:C#+SQL Server工资管理系统
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论