CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - mouse event

搜索资源列表

  1. CSharp-webBrowser

    1下载:
  2. C#中使用webBrowser模拟表单填写及鼠标点击 在编写网页自动登录器、网页自动注册器、广告模拟点击器的时候,你可以能会用到webBrowser,用来模拟表单的填写及鼠标点击事件等,以下是你可能会用到的函数: 判断是否网络正常 -C# using webBrowser simulation form filling and mouse clicksIn the preparation of webpage automatic login, automatic registra
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1323
    • 提供者:
  1. WindowsCaculation

    0下载:
  2. (1) 设计数字按钮的事件,由于数字按钮事件功能都是把对应数字显示在文本框中,所以全部数字按钮都可以共用一个事件处理方法; (2) 运算符按钮事件也基本相同,所以所有运算符按钮也可共享同一事件处理方法。方法中分别读取文本框上的数值以及所按的运算符,并能识别是否需要进行智能计算; (3) 键盘事件只需一个事件处理方法即可,根据按键的不同调用之前的鼠标事件或者自定义的方法,以便模拟之前定义的鼠标事件。-(1) design digital button events, button even
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:725780
    • 提供者:king
  1. KeyBordHook

    0下载:
  2. 使用C#写的系统钩子。已经封装成类。 这个类可以让你得到一个在运行中程序的所有鼠标和键盘事件,并且引发一个带KeyEventArgs和MouseEventArgs参数的.NET事件以便你很容易使用这些信息。-Use C# to write the system hook. Has been packaged as class. This class allows you to get a program running in all the mouse and keyboard events
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:3490
    • 提供者:
  1. douleclick

    0下载:
  2. Silverlight4.0中没有鼠标双击的事件,该程序采用鼠标单击+定时的方法模拟实现双击事件-Silverlight4.0 no double click event, the program uses the mouse to click+ timing simulation to achieve double-click event
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:68026
    • 提供者:
  1. yypDoubleClick

    0下载:
  2. silverlight 4.0没有双击事件,采用鼠标单击+定时的方法来模拟该事件,完成双击功能-silverlight 4.0 is not double-click event, use the mouse click+ time approach to simulate the event, complete the double function
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1275877
    • 提供者:
  1. CSharp

    0下载:
  2. 程序要实现的目的是通过鼠标来控制图片的缩放和移动的效果,也就是说可以鼠标在程序界面上拖动图片,通过鼠标滚轮放大和缩小图片。这种功能在图片浏览程序里面再普通不过了,一般来说,如果是在MFC或者Winform里面实现这两个功能的话,都是通过处理鼠标的移动和滚轮事件,在这两个事件处理函数里面,获取鼠标的位置和滚轮滚动的偏移量,然后针对性地更改图片的位置和高宽度来做的。-Program to achieve the purpose of the picture zoom and move the mou
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:59631
    • 提供者:lqstae
  1. picture-dragcontrol--CSharp

    0下载:
  2. 通过将图片加载到控件中,然后获取鼠标事件,使图片随鼠标的移动而移动。-The picture is loaded into the control, and then get the mouse event, the picture moves with the movement of the mouse.
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:49340
    • 提供者:索子
  1. TDDelegues

    0下载:
  2. C# delegues 事件委托实例,显示鼠标点击左键和右键的时间差-C# delegues event delegate instance, shows a mouse click left and right of the time difference
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:102391
    • 提供者:yeye
  1. whofaster

    0下载:
  2. 判断两次鼠标点击事件的事件差,定时器计数显示-Judge twice mouse click event event is poor, the timer count display
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:46492
    • 提供者:wangxiaoguang
  1. myComboBox

    0下载:
  2. 修改的combobox控件,调用Win32Api,添加了鼠标在DropList下拉框部分时的MouseMove事件,添加鼠标所停留DropList下拉框item的索引值属性。-Modified combobox control, call Win32Api, add the MouseMove event mouse DropList dropdown part time, add mouse DropList dropdown item index value property to stay
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:53718
    • 提供者:
  1. addCtrlAtRuntimeApp

    0下载:
  2. C#动态添加按钮控件示例源代码,内含计数,计算目前是添加的几个按钮,计算待添加按钮的位置,设置待添加按钮的属性,设置待添加按钮的事件,把控件添加到窗口中,设置鼠标的背景颜色,设置鼠标的背景颜色,显示点击了哪个按钮-C# dynamically add a button control sample source code, including counting, computing is now added a few buttons to be added to calculate the p
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:6695
    • 提供者:rpudn9
搜珍网 www.dssz.com