CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 控件 鼠标移动

搜索资源列表

  1. 修改Delphi不同版本的控件选择方式

    0下载:
  2. 修改Delphi不同版本的控件选择方式,主要是选择控件栏太长时,不需点击,通过鼠标移动可实现-revised Delphi different versions of the control options, the choice is the main control column too long, not clicks, the mouse movement can be realized
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:328.89kb
    • 提供者:血泪痕
  1. 运行期间鼠标移动控件位置

    0下载:
  2. 运行期间鼠标移动控件位置 运行期间鼠标移动控件位置delphi-mobile operations during mouse controls during mouse Run Run mobile controls during mouse controls mobile location delphi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:187.36kb
    • 提供者:张凡
  1. 动态改变大小的控件

    1下载:
  2. 这个类库提供了在运行时动态改变控件大小的能力,就像Visual Studio做资源时那样拖动即可。但它的缺点是当鼠标拖动较快时,缩放会跟不上鼠标移动。你可以试着修正这个bug。 。-the class library provided at runtime dynamic change controls the size of abilities, like Visual Studio resources to do so may drag. But the drawback is that w
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:29.18kb
    • 提供者:刘辉
  1. 模拟QQ小键盘的一款Delphi控件源码

    0下载:
  2. 内容索引:Delphi源码,控件组件,小键盘   模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳…   FAutoFitSize: Boolean; //是否自动调整大小    FAtOnceRePaint: Boolean; //字段改变后是否立即刷新    FUsePicture: Boolean; //使用图片做为
  3. 所属分类:按钮控件

  1. extended_tooltip.zip 可以修改背景、字体颜色、延迟时间的tooltip控件

    0下载:
  2. 可以修改背景、字体颜色、延迟时间的tooltip控件,还可以多行显示,可以跟随鼠标小范围移动,The tooltip that can change background , font color and the delay time, it also can display multiple lines and move by mouse
  3. 所属分类:界面编程

    • 发布日期:2017-11-08
    • 文件大小:20.54kb
    • 提供者:
  1. DotNetBarStudy

    0下载:
  2. 用DotNetBar做的项目。DotNetBar是一个顶尖的.net第三方表示层空间。作出来的窗口可以说是非常非常非常的cool!SuperTooltip控件主要可以用于实现提示框。在它提供的sample中,实现了树视图中,鼠标移动到树节点上时显示的提示框。-DotNetBar to do with the project. DotNetBar is a top-notch. Net floor space for a third party, said. Be made to the wind
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1.03mb
    • 提供者:
  1. StaticmouseMove

    0下载:
  2. 在static上响应鼠标移动事件, 因为一般的static控件是不能响应鼠标事件的, 本程序告诉你如何添加鼠标事件-Static response in the mouse events, because the static control is not responding to mouse events, this program tells you how to add a mouse event
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7.07mb
    • 提供者:wl
  1. wewer

    0下载:
  2. C#窗体停靠控件类似于QQ窗体停靠,鼠标移动开时窗体就会自动停靠.-C# form docked docked form control is similar to QQ, move the mouse to open automatically when the form of call.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:64.94kb
    • 提供者:lijia
  1. PicView

    1下载:
  2. 自己学习MFC和OpenCV的练习,图像读取采用OpenCV实现,算法自写,主要功能 1. 支持bmp,jpg,png,tif,pgm等图像格式 2. 支持滚轮缩放 3. 支持鼠标移动图像 4. 支持全屏查看 5. 支持自动播放(幻灯式播放) 6. 支持水平、垂直翻转,90度旋转 7. 支持键盘操作 8. 绘制图像时基本无闪烁-Using OpenCV implementation, the main functions 1. Supports bmp, jpg,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1.13mb
    • 提供者:康云
  1. AVIButton

    0下载:
  2. 播放AVI动画的按钮会更吸引人,运行程序,当鼠标在控件上方移动时,将产生动画效果-AVI animation playback buttons would be more attractive, run the program, when the mouse moves over the control will produce animation effects
  3. 所属分类:Button control

    • 发布日期:2017-04-10
    • 文件大小:1.83mb
    • 提供者:王斌
  1. vCtimer

    0下载:
  2. 说是按钮,其实就是图片上的按钮,跟vc的按钮控件是完全不同,但是当时我想让画的按钮也响应鼠标动作比如鼠标移动到按钮上,鼠标单击等,方法很笨,就是在主对话框中对鼠标的移动和单击动作进行检测,如果发生位置位于按钮区,就在“按钮”区另贴一幅图,以实现鼠标在其上的效果,单击类似。 - // TODO: Add your specialized code here and/or call the base class m_pBmp1.LoadBitmap(IDBITMAPNOMAL) m
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:132.69kb
    • 提供者:廖杰
  1. TipList_v1.1

    0下载:
  2. vc++ 2008 源码 list控件 鼠标移动显示说明对话框-vc++ 2008 source list control mouse shows that the dialog box
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-29
    • 文件大小:11.57mb
    • 提供者:liuxin
  1. following-the-mouse

    0下载:
  2. 在MFC中的跟随鼠标移动的控件,对新手很有用-In MFC controls following the mouse
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:96.97kb
    • 提供者:asfaf
  1. button

    0下载:
  2. 漂亮的控件,鼠标移动到控件上。会有浮动的立体边框。有动态的效果。-Beautiful control, move the mouse to control. There will be a floating stereoscopic frame. Dynamic effects.
  3. 所属分类:Button control

    • 发布日期:2017-05-25
    • 文件大小:8.2mb
    • 提供者:cwj
  1. AVIButton

    0下载:
  2. 能播放AVI动画的按钮,当鼠标在控件上方移动时,按钮将产生动画效果-Can play AVI animation button when the mouse moves over the control, the button will produce animation effects
  3. 所属分类:Button control

    • 发布日期:2017-04-08
    • 文件大小:227.28kb
    • 提供者:青果恋秋
  1. vb picrurebox绘图

    0下载:
  2. 简单的以鼠标在picturebox控件上移动来绘制点与点之间的线段,以达到绘制图形的目的。
  3. 所属分类:Windows编程

  1. MyTab

    0下载:
  2. 标签卡在左侧,有凹凸效果,可以插入图片,有鼠标移动效果(The label card is on the left and has a concave and convex effect. You can insert pictures and move the mouse)
  3. 所属分类:Tab控件

    • 发布日期:2017-12-18
    • 文件大小:2kb
    • 提供者:zy_world
  1. evftagexpansion

    0下载:
  2. 一个靶子可以随着鼠标移动的MFC小程序!简单易懂!,(A target can be as the mouse MFC program!)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-25
    • 文件大小:27kb
    • 提供者:cfrgzq
  1. HDisplay

    0下载:
  2. 用c#封装的自定义控件,在halcon原来的图像控件基础上,增加了鼠标自由拖拽移动,滚轮缩放,鼠标实时图像信息显示,基础图像处理等功能。(With c# custom control, in the original Halcon image control, the mouse has increased drag and drop, movement, roller scaling, mouse real-time image information display, basic image
  3. 所属分类:C#编程

    • 发布日期:2017-12-19
    • 文件大小:491kb
    • 提供者:pepure
  1. 20834909

    0下载:
  2. VB051-设置鼠标移动区域,源代码不错,真心说一声好(VB051 - set the mouse area, source code is good, really have a chance to say good)
  3. 所属分类:按钮控件

    • 发布日期:2017-12-26
    • 文件大小:412kb
    • 提供者:于滢
« 12 3 4 5 »
搜珍网 www.dssz.com