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

搜索资源列表

  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. 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. 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. StaticForMoveWindow

    0下载:
  2. VC++6.0,静态文本框显示图片,响应鼠标点击,离开事件.-VC++6.0, the static text box displays images in response to mouse clicks, leave the event.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:970653
    • 提供者:许强明
  1. 1

    0下载:
  2. 编写一个Applet相应鼠标事件,用户可以通过拖动鼠标在Applet中画出矩形,并在状态条显示鼠标当前的位置。-Applet to prepare a corresponding mouse event, the user can drag the mouse to draw in the Applet in the rectangle, and in the status section shows the current mouse position.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:2003
    • 提供者:zongcm
  1. mouse_demo

    0下载:
  2. 一个实现了鼠标拖动事件的例子,对鼠标事件做了响应。-A realized example of the mouse drag event, and done in response to mouse events.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:20893
    • 提供者:luo
  1. StaticCtrl

    0下载:
  2. 实现静态文本框(Static)的鼠标单击事件-To achieve static text box (Static) of the mouse click event
  3. 所属分类:Static control

    • 发布日期:2017-04-03
    • 文件大小:25451
    • 提供者:gaodongting
  1. MouseGesture_demo

    0下载:
  2. VC的鼠标手势控制源码,用于捕获鼠标按下某键之后移动一定的方向和位置,松开之后产生一个事件。-Mouse gestures control the VC source code for the capture of a key is pressed after moving the mouse a certain direction and position, release generated after an event.
  3. 所属分类:GUI Develop

    • 发布日期:2016-04-23
    • 文件大小:34916
    • 提供者:ml
  1. Mouse

    0下载:
  2. Visual C++基础入门1:使用鼠标 鼠标在系统中显示为一个十字,发生鼠标动作时系统产生相应的事件消息,应用程序接收到消息后作出恰当的回应,从而完成命令操作-Getting Started with Visual C++ foundation 1: Use the mouse to mouse in the system appears as a cross, occurs when the system to produce mouse action event messages, t
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-07
    • 文件大小:1925694
    • 提供者:wus
  1. MouseOperator

    0下载:
  2. 本程序用C语言实现对鼠标事件及键盘事件的响应方法,希望初学者可以参考-Implementation of this program with C-mouse event and keyboard events on the response, in the hope beginners can refer to
  3. 所属分类:EditBox

    • 发布日期:2017-04-01
    • 文件大小:2092
    • 提供者:文闯
  1. SmallGame

    0下载:
  2. 对话框上位图、声音、鼠标事件的处理,一个鼠标跟踪射击小游戏。VC++6.0下编译通过。-Dialog box, upper graph, sound, mouse event handling, a mouse tracking shooting game. Compile under VC++6.0.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:195398
    • 提供者:zhengguoli
  1. mouse_CLICK

    0下载:
  2. 模拟鼠标的单计事件,此压缩文件有两个程序,dia是测试用的,而另一个则为模拟鼠标事件的源码-Simulation alone, the mouse events, this zip file are two procedures, dia is the test, while the other is the source mouse event simulation
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-17
    • 文件大小:4627435
    • 提供者:张俊
  1. JAVA

    0下载:
  2. Java code for mouse event and drawing a circle and dragging it using java frames and mouse evants
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-11
    • 文件大小:1043
    • 提供者:mani
  1. QTshu.tar

    1下载:
  2. 鼠标窗口事件,点击弹出对话框,关闭当前窗口-Mouse event window, click the pop-up dialog box, close the current window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:15406
    • 提供者:yangrui
  1. control-mouse

    0下载:
  2. 代码主要利用了C#的事件的原理实现了对鼠标的控制-Main advantage of the C# code event principle to achieve control of the mouse
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:36120
    • 提供者:pengking
  1. Sea

    0下载:
  2. ECDIS的实现,包括界面的美化等信息,同时包括相应鼠标事件-ECDIS implementation, including the interface landscaping and other information, and includes the appropriate mouse event
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-28
    • 文件大小:11307520
    • 提供者:宋景国
  1. SliderSpinbot

    0下载:
  2. A picture button class, you can set a variety of button status pictures, and overload the mouse event
  3. 所属分类:TreeView

    • 发布日期:2017-05-05
    • 文件大小:4375
    • 提供者:puhunyun
  1. IDLD-bpck

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

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:Steden
  1. qcxqyc

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

« 12 »
搜珍网 www.dssz.com