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

搜索资源列表

  1. 00

    0下载:
  2. 在窗口中限制鼠标的移动范围,Delphi源码,编程学习源码,很好的参考资料。-Restrict movement of the mouse in the window range, Delphi source code, programming learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:602592
    • 提供者:陈博
  1. 6

    0下载:
  2. Delphi隐藏鼠标指针,编程学习源码,很好的参考资料。-Delphi hide the mouse pointer, programming learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:730952
    • 提供者:陈研东
  1. 53

    0下载:
  2. Delphi隐藏鼠标指针,编程学习源码,很好的参考资料。-Delphi hide the mouse pointer, programming learning source, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:977436
    • 提供者:冯顺
  1. magnifying-glass

    0下载:
  2. delphi 图片放大镜 可以随便鼠标移动而放大图片-delphi Magnifier Can magnify picture when mouse moving
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:8353
    • 提供者:冯桦
  1. TAOBAO

    1下载:
  2. delphi写的淘宝抢拍器,也可以改成其它网站的使用,原理为记录鼠标的位置进行抢拍,有需要的朋友拿去用吧!-delphi write Taobao candid device can also be changed to use other sites, the principle of recording the mouse position candid, a friend in need to take with you
  3. 所属分类:Web Server

    • 发布日期:2017-03-26
    • 文件大小:524790
    • 提供者:wt
  1. mouseclick

    0下载:
  2. Delphi持续响应鼠标点击,以图片移动、图片放大和图片连续缩小为例,演示如何实现持续的鼠标点击响应代码,你可以编译本源码,运行生成的测试程序,用鼠标连续点击对应功能查看演示。-Delphi continued response to the mouse to click to move, zoom, and pictures of continuous narrow as an example, demonstrate how to implement the mouse to click t
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:11629
    • 提供者:王珂
  1. mousehook

    0下载:
  2. 用Delphi模拟鼠标的单双击,模拟鼠标双击,选中文字并定位光标至文本处,模拟鼠标单击则是选中文字,移动光标至文字处,用点击按钮的动作完美模拟出单击双击鼠标的效果。-Single double click, simulate mouse double-click with the mouse Delphi simulation, select the text and position the cursor to the text of the simulated mouse click is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5195
    • 提供者:MFZEQ6I
  1. Delphi_142183

    0下载:
  2. 景点图片预览查看Delphi图片查看器源代码,代码中可设置在绘制窗体时,是否绘制图片。如图所示的效果截图中,左侧缩略图是景点的小图片,鼠标点击一下任意一张小图,右侧就会显示出该图片的大图片,实现一个图片查看器的功能。-Attraction Images Preview to see Delphi picture viewer source code, the code can be set when drawing form, whether to draw pictures. Screensh
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1677563
    • 提供者:Y3YLG8E
  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. Delphi_431001

    0下载:
  2. Delphi使用BMP图像制作的多图片窗口代码,窗口中几乎都是用BMP位图来实现的,还有一些鼠标悬停特效,用这个技巧可制作一个软件的界面,Delphi新手们可以学习一下。-Delphi BMP images produced using a multi-picture window code window bitmap BMP almost always achieved, there are some mouse-over effects, this technique can be used
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:845567
    • 提供者:4BWINSI
  1. Delphi_685324

    0下载:
  2. 很不错很漂亮的Delphi窗体-隐藏显示工具栏,可以隐藏或显示工具栏,点击小三角即可实现隐藏。另外本窗体设计源码支持鼠标右键,右键可弹出操作菜单,非常适合用Delphi写一些管理系统来使用,本界面是参照营运企业管理系统的功能和需求而设计出的界面。-Very nice very nice Delphi form- hidden display the toolbar, you can hide or display the toolbar, click the small triangle to
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:544237
    • 提供者:D8FHHW3
  1. Delphi_444201

    0下载:
  2. Delphi模拟鼠标操作示例代码,可模拟以下鼠标功能:移动鼠标、左键双击、左键单击、右键单击。源码可直接编译,无需第三方控件支持。- Delphi simulate mouse sample code, you can simulate the following mouse functions: move the mouse, double left click, left click, right click. Source code can be compiled directly,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5773
    • 提供者:38F8NB1
  1. Delphi_662348

    0下载:
  2. 按比例放大的Delphi屏幕放大镜程序源码,可设置放大倍数为2x/4x/6x/8x,点进click here即进入放大状态,可移动鼠标至想放大的地方,放大框中显示的就是鼠标所选位置的图像,屏幕放大镜Windows系统自带有,是视力不好人士的辅助工具。 - Delphi scaled screen magnifier program source code, you can set the magnification to 2x/4x/6x/8x, point click here ent
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:10248
    • 提供者:I0EM6AT
  1. Delphi_750735

    0下载:
  2. Delphi:Delphi采用API实现文件拖放操作取得文件路径,拖动结束后松开鼠标,文件的路径信息立即显示在程序窗口中,看似简单的功能,但现在许多主流的软件甚至都在用,比如拖放打开文件等。 -Delphi: Delphi files using drag and drop API implementation to obtain the file path, release the mouse after dragging the end, the file path informatio
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6950
    • 提供者:QGGE4H1
  1. Image-roaming

    0下载:
  2. 基于Delphi的图像漫游,可以实现鼠标的移动使图片随着移动-Image, based on the Delphi as mobile can realize the movement of the mouse to make pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:490785
    • 提供者:Lucy
  1. Delphi_030041

    0下载:
  2. Delphi:一款来自Delphi窗口中的下滑菜单,类似Windows的“开始”菜单风格,鼠标点击后会弹出主菜单,左侧的渐变色是使用了BMP图像,右侧才是菜单的主要内容。在你的Delphi应用程序中,添加这么一个漂亮的菜单,顿时会让你的软件生色不少,不是吗? -Delphi: Delphi window, a decline from the menu, similar to the Windows "Start" menu style, the main menu will pop up
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:35390
    • 提供者:1PTVPTQ
  1. Delphi_706132

    0下载:
  2. Delphi:Delphi隐藏IE浏览器的右键关联菜单,实例操作说明:在打开IE浏览器后,选中文本或图片,然后用鼠标右键进行剪切、复制等操作。本实例是屏蔽右键下拉菜单的功能实现,点击窗口上对应的功能按钮可演示效果。 -Delphi: Delphi hide IE browser s right-click context menu, examples Instructions: After opening the IE browser, select the text or pictures
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:8846
    • 提供者:U33P1BR
  1. Delphi_307181

    0下载:
  2. Delphi:Delphi托盘程序,鼠标右击程序托盘,打开这个程序后,会在系统托盘处显示图标,右键点击图标,会弹出一个菜单,菜单内有几个测试选项,可改变主窗口的背景颜色,这仅是一个测试程序,教会你如何使用Delphi实现一个托盘图标及右键菜单,是个相当实用的小技巧。 -Delphi: Delphi tray program, right-click the program tray, open the program, will be displayed in the system tray
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:10814
    • 提供者:RPY8T0T
  1. Delphi_307645

    0下载:
  2. Delphi:一个Delphi图像处理程序,拖动改变图像的位置,在图像上按住鼠标左键,往任意方向移动,就可把图像在窗体内任意移动,代码较简单,适合Delphi初学者。 -Delphi: a Delphi image processing program, and drag to change the position of the image, hold down the left mouse button on the image, move in any direction, you c
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-23
    • 文件大小:307396
    • 提供者:RPY8T0T
  1. Delphi_651805

    0下载:
  2. Delphi:HotImages属性的基本用法源码演示,通过HotImages控件属性实现图像变换,鼠标放上后图像就变成另一个,由此来实现漂亮的工具栏图标特别有意思,增加窗体美感,思路值得学习一下。如示例示,把你的鼠标放在“打开”、“保存”的按钮上,会看到图像变换了。 -Delphi: HotImages source demonstrates the basic usage attributes through HotImages control properties of image t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:432080
    • 提供者:ZS52OX7
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com