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

搜索资源列表

  1. cpubbs_drag_control

    0下载:
  2. CPUBBS论坛原创程序:用虚拟仪器labview制作的用鼠标拖着控件跑,并且用了许多的属性节点及event structure,以及用虚拟仪器制作的全屏程序,这个对于工控项目是一个比较好的学习例子,并且用了键盘检测判断等事件,是学习以及进一步深入理解虚拟仪器的比较合适的例子!转载请注明CPUBBS论坛原创信息!http://www.cpubbs.com-CPUBBS Forum original procedure : Using LabVIEW virtual instruments pro
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:34615
    • 提供者:www.cpubbs.com
  1. TC 2.0 挖地雷

    1下载:
  2. TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57510
    • 提供者:miao
  1. TrackUserIdle_src

    0下载:
  2. The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing ar
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:5134
    • 提供者:l
  1. Shequ_Mis

    0下载:
  2. 主要技术: 1.对常见控件的使用(如:TStrings、TStringList、Tlist) 2.数据库链接:常见的数据访问技术(ADO技术,BDE技术) TadoConnection(数据链接)/TadoQuery(数据集)控件, TDataModule数据模块使用, 读取配置文件 3.事件驱动编程: 窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer) 4.动态生成组件
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3161102
    • 提供者:陈超群
  1. mouse_move_game

    0下载:
  2. 用JAVA APPLET开发的小游戏,介绍了鼠标和键盘的事件响应,是初学JAVA EVENT LISTENER 的例子教程.-with JAVA APPLET development of small game, introduced a mouse and keyboard response to the incident. Java is a novice EVENT LISTENER tutorial examples.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:38063
    • 提供者:Lai Ruilin
  1. wenjianguanli

    0下载:
  2. 操作系统文件管理,全WINDOWS界面,实现鼠标事件处理,键盘事件处理等功能,屏弃DOS提高交互能力!-document management system, all Windows interface, the mouse incident, Keyboard event processing and other functions, to renounce interactive capabilities to enhance DOS!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:614816
    • 提供者:辛华
  1. 截获鼠标移开事件

    0下载:
  2. 截获鼠标移动开来的事件,在vc6.0下的 -intercepted mobile mouse to open the event, in the vc6.0
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72677
    • 提供者:卢朝阳
  1. 常用HTML代码

    0下载:
  2. 常用html代码!!如:1. oncontextmenu=\"window.event.returnvalue=false\" 将彻底屏蔽鼠标右键 <table border oncontextmenu=return(false)><td>no</table> 可用于Table 2. <body onselectstart=\"return false\"> 取消选取、防止复制 3. onpaste=\"return false\" 不准粘贴 -c
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:5330
    • 提供者:jaff
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. java200

    0下载:
  2. onBlur:当失去输入焦点后产生该事件 onFocus:当输入获得焦点后,产生该文件 Onchange:当文字值改变时,产生该事件 Onselect:当文字加亮后,产生该文件 <input type="text" value="郭强" 郭强 ) {value= }" (value== ) {value= 郭强 }">点击时文字消失,失去焦点时文字再出现 2.网页按钮的特殊颜色 <input type=button value="
  3. 所属分类:JavaScript

    • 发布日期:2017-03-23
    • 文件大小:23387
    • 提供者:Ethan
  1. doubleedit

    0下载:
  2. 在CEdit中添加鼠标双击事件处理的程序- Increases the mouse in CEdit to double-click the procedure which the event processes
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-09
    • 文件大小:18323
    • 提供者:站长
  1. ImageList

    0下载:
  2. 调用CxImage的加载图片功能编写的图片缩略图功能的list类,其中可以通过路径单独加载缩略图,还可以单独删除指定路径的缩略图,并支持鼠标的单双击事件,可以取得当前选择的缩略图图片所在的路径.-Add image function call CxImage image thumbnail function written list class, which can be loaded individually by the path thumbnail, you can also specif
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-26
    • 文件大小:5746
    • 提供者:zhx
  1. DELPHI_MouseDown

    0下载:
  2. DELPHI模拟鼠标移动和点击事件代码。-DELPHI simulate mouse movements and clicks the event code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:310576
    • 提供者:shouyi
  1. test07_doubleClick

    0下载:
  2. 判断鼠标事件是双击还是单击或者是拖拽事件(Determine whether the mouse event is double click or click)
  3. 所属分类:FlashMX/Flex源码

    • 发布日期:2017-12-04
    • 文件大小:1389
    • 提供者:酷鱼
  1. qcxqyc

    0下载:
  2. 模拟一次鼠标事件 Simulate a mouse event()
  3. 所属分类:界面编程

  1. call_fzubdajion

    0下载:
  2. Mouse mouse event programming example()
  3. 所属分类:网络编程

    • 发布日期:2018-01-03
    • 文件大小:17408
    • 提供者:gulson
  1. UsingAPI

    0下载:
  2. 使用labview和API模拟键盘、鼠标(Using Labview and API to stimulate KeyBoard and Mouse Event)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-05
    • 文件大小:199680
    • 提供者:harry8899
  1. SDL入门教程

    0下载:
  2. SDL 是Simple DirectMedia Layer (简易直控媒体层)的缩写。它是一个跨平台的多媒 体库, 以用于直接控制底层的多媒体硬件的接口。这些多媒体功能包括了音频、键盘和鼠标 (事件)、游戏摇杆等。当然,最为重要的是提供了2D 图形帧缓冲( framebuffer )的接口, 以及为OpenGL 与各种操作系统之间提供了统一的标准接口以实现3D 图形。从这些属性我 们可以看出, SDL 基本上可以认为是为以电脑游戏为核心开发的多媒体库。(SDL is the abbrev
  3. 所属分类:OpenGL

    • 发布日期:2018-01-08
    • 文件大小:202752
    • 提供者:donggua209
  1. pmxbr

    0下载:
  2. Mouse mouse event programming example()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-08
    • 文件大小:59392
    • 提供者:Eldiq
  1. event-check

    0下载:
  2. 键盘鼠标的监听录制及已录制事件的自动演示。(Keyboard and mouse monitoring)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:2922496
    • 提供者:Nickyc
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com