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

搜索资源列表

  1. Timer(VB)

    7下载:
  2. 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-08-10
    • 文件大小:114967
    • 提供者:尹刚
  1. COleDropTarget_Demo

    0下载:
  2. 文件拖拽,实时响应鼠标拖动文件移动时的消息 使用了COleDropTarget类-Drag and drop files, real-time response when moving the mouse to drag the message file using the COleDropTarget class
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:53862
    • 提供者:jacky
  1. Analog-mouse-

    0下载:
  2. 模拟鼠标操作(按下,拖动,弹起),当打开windows画图软件,再尝试本软件功能,会得到很好的效果-Analog mouse (click, drag, bounce)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:179214
    • 提供者:yewenlin
  1. mouse-move

    0下载:
  2. 实现用鼠标拖动图片,没有闪烁的。正确源码-Using the mouse to drag the picture, there is no flashing. The correct source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-22
    • 文件大小:41427968
    • 提供者:liumeng
  1. static-text

    0下载:
  2. VC++仿电影字幕滚动文字特效,使用了VC++自绘技术,其两个核心文件CreditsCtrl.cpp和CreditsCtrl.h已打包。   本滚动字幕为垂直滚动,文字由下而上滚动,鼠标可拖动滚动中的文字,整体拖动,鼠标可变为一个小宠物。-The imitation VC++ Subtitles scroll text effects, to use technology VC++ self-drawn, the its two the core file CreditsCtrl.cpp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:38298
    • 提供者:兰文彪
  1. tuodong

    0下载:
  2. VC++源码实现一个可拖动窗口的无边框、无标题栏窗口实例,示例演示截图看似一张图片,实则上是VC编程实现的无边框无标题栏的窗口,而且加入了拖动功能,鼠标按住窗口可随意拖动它的位置,具体的实现过程和思路请参阅源码吧。-The VC++ source to achieve a draggable window no border, no title bar of the window instance, the example demonstrates screenshot looks like a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:128722
    • 提供者:赵明理
  1. DYNASPLIT

    0下载:
  2. 动态的VC++窗体分栏效果,作者:郭尚君。也就是把窗体分成几个部分,你框架一样的窗体,鼠标拖动十字框架交叉点即可改变框架的布局大小,控制灵活,具体效果请参见截图(如上示)。-The column effect dynamic VC++ form of: Guoshang Jun. The form is divided into several parts, you frame the same form, mouse, drag the cross frame crossover point
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:15359
    • 提供者:汪德润
  1. WindowKiller

    0下载:
  2. WindowKiller:鼠标拖动指定窗体,并向其PostMessage发送WM_CLOSE消息将其关闭。运行于VC++.net环境的源代码。-WindowKiller: mouse to drag the specified form to the PostMessage to send WM_CLOSE message to close it. Run in VC++ net environment of the source code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:133325
    • 提供者:黄小伟
  1. vckjbg

    0下载:
  2.  VC++改变对话框中控件的颜色,并设置窗口属性为不可拖动改变大小,鼠标放在右下角窗体的边缘,也不会显示出可以拖动的标志,-VC++ to change the color of the dialog box controls, and set the window properties can not be dragged to change the size, the mouse on the edge of the lower right corner of the form, it wi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:10768
    • 提供者:黄玲玲
  1. BKydct

    0下载:
  2.  禁止窗口移动,VC++实现一个不可移动的窗体制作实例,点击窗体的标题栏,按住鼠标,也不能拖动该窗体,它一动不动,好像从不理你,而且也去掉了窗口右上角的最大化和最小化按钮,貌似挺个性的操作实例-Barred window mobile, VC++ to achieve a non-removable form production instance, click on the form s title bar, hold down the mouse, we can not drag the f
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:436744
    • 提供者:杨桂芳
  1. keyboard

    0下载:
  2. VC++自定义键盘指定键的功能,实例中定义“M”键为热键,相当于按下ESC键,程序退出,并且好像鼠标不能拖动对象了。当然也可以定义任意键在软件中的特定功能,比如定义一些组合键或快捷键之类的,为你程序增加快捷键的时候可参考本源码进行。-VC++ custom keyboard key functions specified, the instance is defined " M" key as a hot key, the equivalent of pressing the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:17082
    • 提供者:汪跃飞
  1. cuskeyboard

    0下载:
  2. VC++自定义键盘指定键的功能,实例中定义“M”键为热键,相当于按下ESC键,程序退出,并且好像鼠标不能拖动对象了。当然也可以定义任意键在软件中的特定功能,比如定义一些组合键或快捷键之类的,为你程序增加快捷键的时候可参考本源码进行。-VC++ custom keyboard key functions specified, the instance is defined " M" key as a hot key, the equivalent of pressing the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:17709
    • 提供者:陈孟浩
  1. delimage

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

    • 发布日期:2016-08-21
    • 文件大小:345088
    • 提供者:吴丽华
  1. ViewWizard-2.8.0

    0下载:
  2. 功能:一个类似于SPY++的工具,可查看窗口和控件句柄、类名、标题、风格等信息,可向窗口发送文字,可控制窗口状态,如显示、隐藏、置顶、关闭、终止等,可以突破灰色的按钮。WSEdit用来修改窗口的样式信息,如是否可调整大小、是否可最大化,是否有标题栏等等,不过只能在内存中修改。 操作说明:拖动下面的放大镜到要查找的窗口,目标窗口周围会有一个黑色的方框,这时放开鼠标,目标窗口的信息就会在程序中显示出来。还有一种方法是直接在“当前句柄”文本框中输入窗口句柄即可。 这个版本除了可以查
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:162816
    • 提供者:远方
  1. keyboard

    0下载:
  2. 自定义键盘指定键的功能,实例中定义“M”键为热键,相当于按下ESC键,程序退出,并且好像鼠标不能拖动对象了。当然也可以定义任意键在软件中的特定功能,比如定义一些组合键或快捷键之类的,为你程序增加快捷键的时候可参考本源码进行。-Specify custom keyboard function keys, defined instances " M" key is the hot key, the equivalent of pressing the ESC key, the pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:17470
    • 提供者:
  1. CPP

    0下载:
  2. 实现扩散的计算(菲克定律)与可视化(OpenGL)。按上箭头可调到下一时刻。鼠标右键拖动。鼠标左键调整显示方式-Computing to achieve diffusion (Fick' s law) and visualization (OpenGL). Press the arrow to the next moment. The right mouse button and drag. The left mouse button to adjust the display mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:498556
    • 提供者:dusk
  1. e

    0下载:
  2. 一个层,可以用鼠标来拖动,这里有他的源码-move div
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1044
    • 提供者:lu88964
  1. tetrahedron

    0下载:
  2. 使用QT应用程序,显示一个三维的三角锥(四面体),每个面具有不同的颜色,可单击或拖动鼠标旋转三角坠。双击某个面,可设置该面的颜色。(Using the QT application, it displays a three-dimensional triangular cone (tetrahedron), each mask has a different color, and can click or drag the mouse to rotate the triangle. Double
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:一无窒碍
  1. 3109198

    0下载:
  2. 通常Windows应用程序的窗件都是矩形的,使行界面非常单调,本程序创建一个椭圆形窗件,可以用鼠标拖动窗件,()
  3. 所属分类:系统/网络安全

    • 发布日期:2018-04-28
    • 文件大小:24576
    • 提供者:dyx%2115929
搜珍网 www.dssz.com