资源简介
当鼠标按下 起来的时候抓取鼠标形状
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Linq;
using System.Windows.Forms;
using System.Runtime.InteropServices;
namespace SnatchAtMouse
{
public partial class Frm_Main : Form
{
public Frm_Main()
{
InitializeComponent();
}
private void Frm_Main_MouseUp(object sender MouseEventArgs e)
{
Graphics myGraphics = this.CreateGraphics();//创建窗体的Graphics类
Cursor.Draw(myGraphics new Rectangle(e.X e.Y 10 10));//调用Cursor类的Draw方法抓取鼠标形状
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-12-22 23:11 SnatchAtMouse\
文件 929 2013-05-05 19:11 SnatchAtMouse.sln
文件 14336 2010-11-04 18:48 SnatchAtMouse.suo
文件 14336 2010-11-04 18:48 SnatchAtMouse.v11.suo
目录 0 2011-12-22 23:11 SnatchAtMouse\bin\
目录 0 2013-05-05 19:11 SnatchAtMouse\bin\Debug\
文件 8192 2013-05-05 19:11 SnatchAtMouse\bin\Debug\SnatchAtMouse.exe
文件 22016 2013-05-05 19:11 SnatchAtMouse\bin\Debug\SnatchAtMouse.pdb
文件 705 2010-07-10 21:01 SnatchAtMouse\Frm_Main.cs
文件 1708 2010-07-09 16:42 SnatchAtMouse\Frm_Main.designer.cs
文件 5814 2010-07-09 16:42 SnatchAtMouse\Frm_Main.resx
目录 0 2011-12-22 23:11 SnatchAtMouse\obj\
目录 0 2013-05-05 19:11 SnatchAtMouse\obj\Debug\
文件 7170 2013-05-05 19:11 SnatchAtMouse\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
目录 0 2011-12-22 23:11 SnatchAtMouse\obj\Debug\Refactor\
文件 3887 2013-05-05 19:11 SnatchAtMouse\obj\Debug\SnatchAtMouse.csproj.FileListAbsolute.txt
文件 850 2013-05-05 19:11 SnatchAtMouse\obj\Debug\SnatchAtMouse.csproj.GenerateResource.Cache
文件 1757 2013-05-05 19:11 SnatchAtMouse\obj\Debug\SnatchAtMouse.csprojResolveAssemblyReference.cache
文件 8192 2013-05-05 19:11 SnatchAtMouse\obj\Debug\SnatchAtMouse.exe
文件 180 2013-05-05 19:11 SnatchAtMouse\obj\Debug\SnatchAtMouse.Frm_Main.resources
文件 22016 2013-05-05 19:11 SnatchAtMouse\obj\Debug\SnatchAtMouse.pdb
文件 180 2013-05-05 19:11 SnatchAtMouse\obj\Debug\SnatchAtMouse.Properties.Resources.resources
目录 0 2013-05-05 19:11 SnatchAtMouse\obj\Debug\TempPE\
文件 4608 2013-05-05 19:11 SnatchAtMouse\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 497 2010-07-09 16:41 SnatchAtMouse\Program.cs
目录 0 2011-12-22 23:11 SnatchAtMouse\Properties\
文件 1358 2010-07-09 16:40 SnatchAtMouse\Properties\AssemblyInfo.cs
文件 2866 2013-05-05 19:11 SnatchAtMouse\Properties\Resources.Designer.cs
文件 5612 2010-07-09 16:40 SnatchAtMouse\Properties\Resources.resx
文件 1113 2013-05-05 19:11 SnatchAtMouse\Properties\Settings.Designer.cs
文件 249 2010-07-09 16:40 SnatchAtMouse\Properties\Settings.settings
............此处省略1个文件信息
- 上一篇:c# 十字光标定位
- 下一篇:winform 自动播放图片,全屏播放
相关资源
- winform 鼠标聚焦 焦点时变色
- winform鼠标穿透(新)
- 用鼠标拖动无边框窗体功能的实现代
- Winform中鼠标穿透效果,类似桌面壁纸
- 获取鼠标双击的时间间隔
- 获取鼠标键数
- 交换鼠标左右键功能
- C# 鼠标设置器
- 获取鼠标在窗口内的坐标(记录鼠标
- 鼠标穿透窗体
- 自定义动画鼠标
- 屏蔽鼠标按键
- 鼠标设置器
- Note 用鼠标可拖动
- wpf_DragDrop WPF 鼠标拖拽功能
- c_control c#编写的远程桌面监控的软件
- mousecontrol kinect手势控制鼠标
- C# GDI画图和交互式操作 点和连接线鼠
- c# 鼠标模拟压感
- WPF ListView 选择和鼠标移上去行背景颜
- 实时监控鼠标位置和左键点击时的位
- UnityC#,鼠标旋转,等比放大缩小,按
- c# winform 屏幕任何地方 取色器 还可以
- C#程序鼠标自动点击桌面源码
- C#实现电子地图缩放、查询功能
- C#实现图像的灰度化鼠标放大缩小与平
- C#实现WindowsAPI改变 鼠标指向的任意窗
- C# 模拟 键盘鼠标操作
- SendMessage模拟鼠标单击事件(在webbr
- c# 监控鼠标键盘 源码
评论
共有 条评论