CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - 类模块

搜索资源列表

  1. 自己写的拖动类

    0下载:
  2. 网上收集的很不错的AutoCAD的动态拖动AcEiJig的模板,有了他可以很方便的作出动态拖动的模块-online collection of the very good AutoCAD Dynamic Drive AcEiJig the template, he could have easily made the Dynamic Drive Modules
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2580
    • 提供者:kfx2002
  1. 经典加解密源码

    0下载:
  2. 7种经典排序算法源码,用VB的类模块分别已封装好-seven classical algorithm source code, using VB module categories, respectively Packaging good
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:49527
    • 提供者:南京土著
  1. couxianglei2

    0下载:
  2. 是组件编程的类模块的内容,使用的是VB 的程序,文件已经压缩拉-components of the programming content of the module type, the use of the VB program, file has been compressed Rafah
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:8575
    • 提供者:何锦甄
  1. SplitWindow

    0下载:
  2. 一个拆分窗口的类模块。
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7946
    • 提供者:独行侠
  1. VB MD5安全模块示例

    0下载:
  2. 以前一直用vb,只有这类源码。现在在学c,请支持。-previously been used vb, the only such source. C in school now, please support.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7905
    • 提供者:张然
  1. vb打开类模块里的窗体

    0下载:
  2. 应用程序窗体 Dim frmtest As Object private Sub Command1_Click() Set frmtest = oSys.frmObject frmtest.Show End Sub '类模块 Public frmObject As Object Private Sub Class_Initialize() Set frmObjec = form1 Private Sub '执行后类模块的form1就显示出来了  
  3. 所属分类:其它

    • 发布日期:2009-01-22
    • 文件大小:451
    • 提供者:zongnp
  1. VBQQ.zip

    0下载:
  2. VB高仿的QQ2009界面及功能附源码,内有类模块,资源等等,High imitation of QQ2009 VB interface and functions attached to source
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:460918
    • 提供者:王卓
  1. ToolTips_Cls

    0下载:
  2. 自绘的气泡提示自绘ToolTips,采用类模块,操作方便-Since the bubble painting tips from the draw ToolTips, using class modules, easy to operate
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:12076
    • 提供者:ducky
  1. TTplayerForm

    0下载:
  2. 模仿了千千静听的窗体之间相互吸引的功能 4个窗体文件,1个类模块... 类模块中有详细的说明和解释,可以添加到您的程序中,美化您的程序。-TTPlayer form mimics the mutual attraction between the functions of four form document, a class module ... class module has a detailed descr iption and explanation can be added
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:12172
    • 提供者:zhangs
  1. jiemianvb

    0下载:
  2. 采用类模块自设计模板制作界面,窗体可随意拖动,最大化最小化界面保持不变。-Design templates by category produced from the interface module, the form can easily drag, maximize the minimum interface remains unchanged.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:46717
    • 提供者:上奄
  1. skinDemo

    0下载:
  2. 可自动转换皮肤的VB自编类模块!方便学习应用!-The skin can be automatically converted self class module VB! Facilitate learning application!
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:236509
    • 提供者:陈延昭
  1. BlackMoonControlLib

    1下载:
  2. 用于黑月/斩月的界面类模块源码,绝大部分WINDOWS通用控件都已封装好,可直接使用-For the dark moon/cut on the interface class module source
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:137570
    • 提供者:方鸿铭
  1. A

    0下载:
  2. 使用易语言GDIPlus类模块用画板自绘超级编辑框是学习自绘的好资料-failed to translate
  3. 所属分类:编辑框

    • 发布日期:2017-04-09
    • 文件大小:1201294
    • 提供者:张工
  1. 100265

    0下载:
  2. 纯api的通用对话框类模块,可在vista下完美运行-Net api' s common dialog class module can be run perfectly in vista
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:16368
    • 提供者:404022
  1. vbToolTips

    0下载:
  2. 一个VB环境下使用的自绘气泡提示,自绘的ToolTips(注解清楚),使用到两个模块:一个是cToolTips通用气泡模块,对指定句柄生成气泡并重绘。气泡部分采用最简单的代码,重绘也只是最简单的一个背景+边框,形状做了更改,消息钩子用的是老马修改的,其实也就是加了一个返回,中间我只改了一些;另一个模块是cSubClass,通用子类化模块,拦截本进程指定句柄的消息,从CSDN里找到的,内嵌汇编技术实现单个类模块子类化...牛啊!我添加了一个事件返回,让这个类模块可以方便地实现封装-Used in
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:11976
    • 提供者:
  1. note

    0下载:
  2. 对于初级C#开发的项目的基本了解。解决了,基本类模块的使用。-ToBase of C# .
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-20
    • 文件大小:957680
    • 提供者:Felicia
  1. SWING-PICTURE-(FOR-VB)

    1下载:
  2. 自制了一个图片旋转的类模块,并用一个小实例解释了模块的运用-Made a picture rotation class module, and use a small example to explain the use of modules
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-28
    • 文件大小:133588
    • 提供者:汪志杰
  1. 6328062

    0下载:
  2. 鼠标键盘录制回放p打开保存文件的类模块的源码()
  3. 所属分类:对话框与窗口

  1. 65297053

    0下载:
  2. 易语言Sqlite数据库类模块源码,很不错的易语言源码,适合易语言爱好者学习,()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-01-08
    • 文件大小:10240
    • 提供者:hfstrcx
  1. MdlFuctions

    0下载:
  2. 这个类模块集合了各种常用的功能,可直接调用,如插值,一维数组最大最小值平均值,冒泡算法,一元线性回归等(This class of modules sets a variety of common functions, which can be called directly, such as interpolation, maximum and minimum mean value of one dimension array, bubble algorithm, linear regress
  3. 所属分类:界面编程

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:翻滚的蜗牛
« 12 3 »
搜珍网 www.dssz.com