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

搜索资源列表

  1. mp3metetab

    1下载:
  2. Vb实现wma音频标签信息编辑器,鼠标左击将信息框复制到备用框,右击反之,可对wma或mp3文件的标题,艺员,专辑,年代,注释,风格,版本,标志,大小,wma扩展标签结构,对象ID,对象大小,空字节,帧总数,空字节,项长度等进行修改编辑,做一款音频播放软件时候能用上的一上小模块。操作要领:   1.按拙Ctrl】同时单击任一文本框,如果该框不为空,则复制所有字符   2.用鼠标选择一段文本后,可拖放到任一文本框的任意位置   3.双击右下备用信息的日期框可获得当前时间  
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:27552
    • 提供者:bpudn34
  1. MMControlplayer

    0下载:
  2. 让VB初学者熟悉MMControl控件的使用方法,具体使用细节,代码编写技巧等,为您以后开发基于VisualBasic6.0的音视频播放器打下基矗它支持打开mp3/WAV等音频文件,可拖动控制按钮控制播放进度-Let VB beginners familiar with the use of MMControl controls, specific usage details, coding skills for your future development based on VisualBa
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1883
    • 提供者:wpudn13
  1. notitiledrag

    0下载:
  2. VB实现拖动没有标题栏的窗口,移动没有标题栏的窗口,大家知道,移动窗口主要是鼠标左键按住窗口标题栏移动位置,但现在这个窗体没有标题栏,那么是如何实现窗口移动呢?通过本VB源码实例,你就会明白了-VB to drag the title bar of a window, the window title bar does not move, you know, move the window main window title bar and hold the left mouse button
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2082
    • 提供者:cpudn76
  1. vbdragfiletxt

    0下载:
  2. VB演示拖放打开文件的操作实例,针对TXT文本文件,VB源码下载,使用拖放打开文件的方式,可将文本文件拖放到窗口中,就可以打开文本文件的内容了。其实也可以打开其它格式的文件,不只是TXT,其它文件也是可以的,比如在测试时候,我随便拖动了VB的frm文件,也打开了-VB examples demonstrate drag and drop the file open operation for TXT text files, VB source code download, open files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1940
    • 提供者:bpudn44
  1. VBcapturesrc

    0下载:
  2. VB截图源码,本程序可使用鼠标拖出一个选区进行截屏,程序没有主窗体,编译后即可运行截图进程,你只需按信鼠标左键在需要截屏的地方拖出一个方框即可,类似于QQ的截图功能。实际上稍加修正,本程序即可制作成一个完美的抓图程序。-Screenshot VB source code, the program can use the mouse to drag a constituency screenshot program is not the main form, the process can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:15408
    • 提供者:ipudn18
  1. listviewmove

    0下载:
  2. listview列表数据项移动,适用于VB环境,用鼠标左键按住一项数据后可拖动这些数据项到任意的位置,类似手功对Listview列表内容排序,上下移动的方式,在需要一些手功排序功能的时候,或许是优化考虑这个功能。-Mobile listview list of data items for VB environment, hold down the left mouse button after a data these data items can be dragged to any loca
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:11230
    • 提供者:ipudn30
  1. vbdragform

    0下载:
  2. VB无边框窗体拖动实例,基于APi拖动无边框窗口的实现例子,一看上去,这个自定义的VB窗口还挺漂亮,虽然是灰色的,但去除了默认的标题栏和边框,又添加了一个自定义的“关闭”按钮,如何在这个自定义的窗口上实现拖动呢?本源码会告诉你答案,而且代码很简洁,便于阅读理解。-VB borderless form drag examples, based APi drag the window frame to achieve example a glance, this custom VB window k
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1805
    • 提供者:bpudn54
  1. datupianbar

    0下载:
  2. VB在显示大图片时候,自动为窗体添加滚动条功能,当在窗口中显示大图片的时候,自动在窗体右侧添加可拖动的滚动条。程序本身是很小的,不过供测试用的图片有1M多,所以源码包有些大哦。-VB big picture is displayed when the form is automatically added to the scroll bar function, when the big picture is displayed in the window of time, automatical
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2457074
    • 提供者:ipudn68
  1. vbchangecolor

    0下载:
  2. VB 调色板的源代码下载,通过拖动滑块来改变颜色值。在窗口中,有代表R/G/B三种颜色的滑动,鼠标拉动这些滑块移动,就会改变三基色分量值,从而改变整体颜色。如果你需要在程序中加入调色板的功能,可以参考下本源码。另外,本程序稍加改造,便可做成一款取色器。-VB source code download color palette to change the color value by dragging the slider. In the window, representatives of R
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:ipudn71
  1. mousedragpic

    0下载:
  2. VB利用鼠标移动浏览大幅图片,也就是用鼠标拖动图片移动看不到的地方,不是太灵敏,还需要继续优化,有兴趣的可参考-VB use the mouse to move sharply browse pictures, use the mouse to drag the picture is moved out of sight, not too sensitive, but also need to continue to optimize, interested can refer to
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7021546
    • 提供者:ipudn87
  1. mouseoverimage

    0下载:
  2. 基于VB实现的随鼠标移动的图形,鼠标分别向上向下向左向右移动,观看效果!实际上与鼠标拖动图片很相似的功能,在图片上按信左键移动鼠标,就可看到图片也会相应的移动-VB realized based graphics with the mouse, the mouse up and down to the left to the right, respectively, viewing! In fact with the mouse to drag the picture is very simil
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:107331
    • 提供者:ipudn89
  1. dragtreewiew

    0下载:
  2. Vb创建TreeView节点,并实现节点的拖拽,鼠标选中一个节点后,按下鼠标左键移动节点,可将节点拖动到指定的节点下,在TreeView中,这是一种增强的用法,可拖动的树形菜单控件,以此为参考。源码简单,适合初学者。-Vb create TreeView nodes and nodes to achieve drag the mouse to select a node, press the left mouse button to move the node, the node can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:15033
    • 提供者:ipudn94
  1. vbplayerform

    0下载:
  2. VB多媒体播放器源码,本程序的亮点其实并不在播放器的功能上面,我觉得更应该是窗体的设计,很漂亮的窗体风格,而且具备窗口吸附功能,也就是磁性窗口,比如播放列表子窗口在拖动的时候,当距离主窗口较近的时候,可以自动吸附上去,主流的千千静听播放器就有此功能,用在播放器上似乎是很自然的事。-VB source multimedia player, the highlights of this program does not really function in the player above, I t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:141614
    • 提供者:bpudn59
  1. cixingform

    0下载:
  2. VB磁性窗体源码,可以自动吸附的窗口,当拖动窗口到另一个窗体边缘时,两个窗口会互相吸引,边框紧挨在一起,多见于一些播放器中。如上图所示的三个子窗口中,都是磁性窗口,彼此之间互相吸附在一起不分开。想实现此类窗口功能的朋友,我觉得这是个很好的借鉴范例。-VB magnetic source form, can be adsorbed window automatically when dragging a window to the edge of another form, two windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:340727
    • 提供者:bpudn60
  1. chazhizoom

    0下载:
  2. VB6.0图片缩放例子,VB使用二次线性插值法缩放图片,拖动上边的滚动条就可以缩放图片大小,运用二次线性插值法来完成图片的放大和缩小操作,源码开源,可在vb6.0中顺利编译-VB6.0 image scaling example, VB zoom pictures using quadratic linear interpolation method, drag the scroll bar on the top of the image size can be scaled, using li
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:96562
    • 提供者:jpudn9
  1. LanguageConvertAssistant

    0下载:
  2. 一个控件类,有DLL文件,直接拖到你的winform理就可以用了。不管你是用的vb.net, C#,还是C++,都可以直接调用。 它会自见access数据库,用了存放控件名称,控件名是在程序中递归读出的。用户在数据库里把中文名称翻译成你想要的英文就可以实现中英文转换了。 如果你的控件命名遵守我的规则,比如button”退出"按钮命名为"btn_Exit",那么连翻译都省了,它会自动调用的。-A control class, there are DLL files direct
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-16
    • 文件大小:146017
    • 提供者:jasn
  1. Delphi_257888

    0下载:
  2. Delphi为窗体边框的例子,实例中为窗体添加了一个黑色的边框,在代码中,你还可以设置边框的粗细、自定义边框颜色等,所增加的边框不影响窗口的拖动,以前发过VB/VC的窗体加边框例子,Delphi的倒是没遇到,所以这个源码还是有价值参考哦。-Delphi forms the border as an example, the example of the form to add a black border, in the code, you can also set the border thi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4431
    • 提供者:ZKGQNW0
  1. VbTreeView

    0下载:
  2. Vb创建TreeView节点实例的演示源码,并实现了节点的拖拽,可拖动的树形菜单控件,鼠标选中一个节点后,按下鼠标左键移动节点,可将节点拖动到指定的节点下。在TreeView中,这是一种增强的用法,仅供初学者参考。拖动节点时注意:不能将父节点拖动到子节点中-Under Vb source code to create a demo instance TreeView nodes and nodes to achieve a drag, drag the tree menu control, th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:456431
    • 提供者:wpudn30
  1. DragFile

    0下载:
  2. VB实现的子类化文件拖拽打开实例源码,能实现List Text控件的文件拖放打开功能,也支持多文件同时拖放打开的功能。用拖拽的方式把需要打开的文件图标,拖放到本窗口中,即可将路径显示在窗口中-VB implementation of the subclass of drag and drop files open source code examples, can realize the List Text control files open function, can simultaneou
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2647
    • 提供者:gpudn56
  1. vbpicxuanzhuan

    1下载:
  2. VB任意角度旋转图片,如图所示的窗口中,左图是原图,右图是演示图,拖动下面的滑块改变旋转角度,在右图中可看到图片的旋转效果,可把此效果应用于图像处理软件中。-VB arbitrary rotation angle images, as shown in the window, on the left is the original, at the right is a chart, drag the slider to change the angle of rotation below, on
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:46465
    • 提供者:gpudn60
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com