CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程

资源列表

« 1 2 ... .14 .15 .16 .17 .18 48219.20 .21 .22 .23 .24 ... 58525 »
  1. propertyGrid-example

    0下载:
  2. vb.net中控件propertygrid的使用案例,包括了其中基本属性的使用-vb.net controls in propertygrid use cases, including the use of one of the basic properties
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-29
    • 文件大小:224kb
    • 提供者:wangqi
  1. Memorandum

    0下载:
  2. Lua脚本+VS2012开发的通讯录,注意安装Luaforwindows-Lua scr ipt+ VS2012 to develop contacts, pay attention to the installation Luaforwindows
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2.02mb
    • 提供者:
  1. VB_PROCESSBAR_BACKGROUNDWORK

    0下载:
  2. vb.net中进度条的使用案例,包括了其中processbar控件和backgroundwork两个控件的联合使用-vb.net progress bar used in the case, including the joint use of which processbar controls and backgroundwork two controls
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2.58mb
    • 提供者:wangqi
  1. PictureBox

    0下载:
  2. vb6.0利用PictureBox控件实现给菜单添加图标,比普通的菜单看上去更漂亮了,也显得专业了,呵呵,觉得对初学VB的爱好者们,有些许帮助吧。-vb6.0 use PictureBox control to achieve add icons to the menu, it looks more beautiful than the normal menu, but also look professional, Oh, I feel for beginners VB enthusiasts
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:26.98kb
    • 提供者:赵坤东
  1. transDLL

    0下载:
  2. 一个VB透明窗体 DLL代码,使用DLL的方法实现透明窗体,使用前需要首先注册TransDll.dll组件。在工程中选择“工程”/“引用”命令,选择TransDll.dll组件的位置,进行注册。-A transparent form VB DLL code, use the DLL methods to achieve a transparent form, need to be registered before use TransDll.dll components. Select "Pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6.91kb
    • 提供者:赵坤东
  1. vbiconmenus

    0下载:
  2. 带文菜单,VB实现带图标的菜单,在弹出菜单的左侧加上一个ICO图标,是不是更漂亮了?也显得专业了,如上图所示,截图演示了这种带图片的菜单效果,很漂亮,源码简单,适合VB新手。-With a text menu, VB realize menu with icons, pop-up menu on the left with a ICO icon, is not it more beautiful? Also look professional, and as shown above screen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:25.81kb
    • 提供者:赵坤东
  1. mouse

    0下载:
  2. 老鼠迷宫用c#实现可以自己编辑也可以直接随机-the mouse‘s maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:60.16kb
    • 提供者:hello
  1. vbscrollbar

    0下载:
  2. VB获取和控制网页滚动条,请确保代码里所定义的网址可以访问,否则滚动条控制时会出错。正常情况下,当窗体的控件加载完网址后,可通过窗口中的上、下、左、右控制按钮来控制网页的上下左右滚动,每点击一次,网页就相应的滚动一次,如演示截图所示。-VB web access and control the scroll bar, make sure that the code defined URLs can be accessed, or an error occurs when the scroll b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:gpudn61
  1. vbgetform

    0下载:
  2. VB获取指定区域的图像,窗体放大效果了。窗口中间的显示区就是用来显示获取到的图像的,你的鼠标可以在屏幕上任意移动,这个区域会显示鼠标移动区域中的图像,并放大显示,其实根据这个代码你可以做出一个放大镜效果。-VB gets the specified image area, the form of the amplification effect. Window in the middle of the display area is used to display the acquired im
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:gpudn61
  1. vbtextform

    0下载:
  2. VB制作实现的字形窗口,用文字的轮廓实现窗体的样子,还可以嵌入图片,适合用于制作不规则窗口的地方。-VB production realized shaped window, with the outline of the way to achieve a form of text, you can also embed images, suitable for the production of irregular window areas.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:23.82kb
    • 提供者:gpudn61
  1. mousezuobiao

    0下载:
  2. VB获取鼠标所在位置的坐标,鼠标在窗体上移动,同时显示出鼠标移动位置的坐标信息,适时显示的。 -VB to get the coordinates of the mouse position, move the mouse on the form, and displays the coordinates of the mouse to move the location information in a timely display
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:gpudn62
  1. transformchart

    0下载:
  2. VB使用transform制作“透视表”,不过我看倒像是柱状图,用来显示统计数据,比较直观简洁。本例中图表中的数据来自Access数据库,一般情况下,此类程序都是需要数据库支持的,因此来说,是一个比较实用的数据库生成图表的例子。-VB transform produced by the use of "table", but I like the histogram, used to display data, more intuitive and simple. In the case of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:49.25kb
    • 提供者:gpudn62
« 1 2 ... .14 .15 .16 .17 .18 48219.20 .21 .22 .23 .24 ... 58525 »
搜珍网 www.dssz.com