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

搜索资源列表

  1. EventCode

    0下载:
  2. GUI事件处理例子,动作、鼠标、键盘、窗口等。-GUI event handling example, action, mouse, keyboard, windows.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:5706
    • 提供者:乙烯项目
  1. 97

    0下载:
  2. 编程思路:首先,本练习因为要制作抓不住的方块的实例,所以首先要制作界面中的方块,先通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (size().height/10) - 1)绘制出两个矩形,这样就完成了方块的制作。然后,为了实现“抓不住方块”的效
  3. 所属分类:Software Testing

    • 发布日期:2017-04-17
    • 文件大小:10041
    • 提供者:张飞
  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
  1. mousetrack

    0下载:
  2. 知识点:使用Graphics类制作方块,使用java.awt.Event类响应鼠标动作,使用Color类设置方块的颜色,使用int类记录光标的位置。   实现思路:首先要制作界面中的方块,通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (si
  3. 所属分类:android

    • 发布日期:2017-04-26
    • 文件大小:10453
    • 提供者:rpudn61
  1. Hanoi_Game

    0下载:
  2. Swing实现的汉诺塔小游戏。可以通过鼠标拖动碟子完成游戏,游戏规则大家都知道就不复述了。有计时和非法操作提醒。适合初学者了解Swing、线程和事件监听等。我也只是一个学生,能做的有限,希望能通过。我想好好学习贵网站的资源。真心的。非常感谢!-Swing Tower of Hanoi game implemented. You can drag the mouse to complete the game dishes, rules of the game we all know not to
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:3056970
    • 提供者:HeyL
  1. ClickMe

    0下载:
  2. 相应鼠标点击事件,源码.来自《Java程序设计指导》一书-Corresponding mouse click event source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1975
    • 提供者:
  1. EventCode

    0下载:
  2. GUI事件处理例子,动作、鼠标、键盘、窗口等。-GUI event handling example, action, mouse, keyboard, windows.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:5745
    • 提供者:thefou
  1. Project1

    0下载:
  2. 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles
  3. 所属分类:Shell api

    • 发布日期:2017-04-14
    • 文件大小:3570
    • 提供者:hanxu
  1. Delphi_344573

    0下载:
  2. Delphi截获鼠标移开事件MouseLeave事件和MouseEnter事件,鼠标在本窗口上移动时,会告诉你鼠标的移动状态,MouseLeave或MouseEnter。 -Delphi intercepted mouse away event MouseEnter MouseLeave events and events when the mouse moves on the window, the state will tell you to move the mouse, MouseL
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:4945
    • 提供者:5TXY52V
  1. eyecheck

    0下载:
  2. 小眼Check复选框控件VB源码,一个漂亮的Check控件,能响应鼠标经过和离开事件,把鼠标点选的操作方式变为当下流行的左右拨动式,类似很多智能手机上的开关功能,Val=1代表False,Val=2代表True,只提供了一个Click事件,有其他需要的可以自己添加。-Slim Check check box control VB source code, a beautiful Check control, can respond to mouse over and leave events,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:35528
    • 提供者:wpudn31
  1. VBMouseLeave

    0下载:
  2. VB真正的MouseLeave含源码,鼠标滑到最小化,关闭按钮上试试效果吧:QQ群:⑦⑧⑦⑧扯吧扯吧 318120751 。帮众多VB爱好者解决实际问题。。感谢源码爱好者提供源码发放共享平台。测试程序在“VB6真正的MouseLeave事件效果测试”里面-MouseLeave VB truly with source code, to minimize the close button mouse, try the effect: QQ group: the the the the pull i
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:735937
    • 提供者:wpudn39
  1. mouseenter

    0下载:
  2. Delphi截获鼠标移开事件MouseLeave事件和MouseEnter事件,鼠标在本窗口上移动时,会告诉你鼠标的移动状态,MouseLeave或MouseEnter。-Delphi intercept mouse events away MouseLeave event and MouseEnter event, move the mouse over the window, will tell you the mouse moving status, MouseLeave or Mouse
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:4913
    • 提供者:lpudn3
  1. Test

    0下载:
  2. 简易便签,实现了事件添加,删除修改,自定义透明度,及鼠标出界去除不必要的控件,入界控件出现-Simple notes, add, delete, and realize the event modification, custom transparency, removing unnecessary controls and mouse out of bounds, appear in control mouse when.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:15327
    • 提供者:xzf
  1. ListCtrl

    0下载:
  2. 这是一个在VS 2010下编译通过,ListCtrl控件的应用,主要特色是响应鼠标停靠事件和颜色的改变,注释详尽-This is a VS 2010 compiled by the next application ListCtrl controls, the main features of the event is to respond to changes in the mouse stops and color, detailed notes
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-03
    • 文件大小:111559
    • 提供者:VC123
  1. OnMouseMove

    0下载:
  2. Delphi:Delphi演示OnMouseMove事件的使用方法,注意,这里的OnMouseMove不是在鼠标移动时触发,而是在按住鼠标左键移动鼠标时触发,可看到FG字符在各个颜色条之间跟随鼠标的移动而移动位置,截图如上所示。 -Delphi: Delphi demo using the method OnMouseMove event of note here OnMouseMove is not triggered when the mouse moves, but when you
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:5482
    • 提供者:I5YOOS5
  1. tk

    0下载:
  2. Delphi:delphi实现窗体内拖拽事件的两种方式,并带有鼠标跟随内容,是窗体内某个内容或文字的拖拽,不是窗体拖拽,两个概念要区分清,拖拽过程中的被拖拽的部分始终跟随鼠标,两种方式的Delphi实现代码,具体效果截图如上示。源码内是一个PAS文件的源码,需要自己编写一个调用实例才能够看出本类的功能。 -Delphi: delphi windows are two ways to achieve the body drag event with a mouse to follow the
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-11
    • 文件大小:1311
    • 提供者:TZICNVA
  1. Main.xaml

    0下载:
  2. 简单煮汤圆小游戏部分代码,主要包含计时器和鼠标拖曳事件-Simple boiled rice balls game part of the code consists mainly of a timer, and mouse drag event
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2537
    • 提供者:tionsan
  1. MouseEnter

    0下载:
  2. Delphi截获鼠标移开事件MouseLeave事件和MouseEnter事件,鼠标在本窗口上移动时,会告诉你鼠标的移动状态,MouseLeave或MouseEnter。-Delphi intercept mouse move events MouseLeave event and MouseEnter, move the mouse in this window, will you tell your mouse movement state, MouseLeave or MouseEnter
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5291
    • 提供者:liuxing
  1. senffile01

    0下载:
  2. Delphi intercept mouse events away MouseLeave event and MouseEnter event, moving the mouse over the window, will tell you that the movement of the mouse, MouseLeave or MouseEnter.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5144
    • 提供者:ravage
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com