搜索资源列表
Modle
- 此文档为VB公共模块,封了多数常用的API,方便VB开发人员调用。包括注册表操作、磁盘、网络、窗体、文件等操作的API。模块内有简单使用说明。-this document for public VB module, the most commonly used letters of API to facilitate VB developers call. Including the registry operation, disk, network, forms, documents, etc
vbcom
- VB帮我学物理学许课件,VB简介 VB编程基础 VB绘图基础 用VB学物理通用模块简介 用VB学物理实例——李萨如图模拟 -VB helped me learn physics Xu courseware, Introduction VB VB VB based graphics infrastructure with VB physics common with VB modules brief examples of physics -- Lissajous figure
guangji
- 有源码事例,还有说明.一看就明白, 一,把\"HGB.dll\"和\"hgbguanligongcheng.dll\"复制到系统文件夹\"\\WINDOWS\\system32\"下. 二,新建一VB标准EXE,在\"工程\\引用\"下点击浏览把\"\\WINDOWS\\system32\"下的\"hgbguanligongcheng.dll\" 引用进来. 三,在窗体里声明一个对象变量yy Dim yy As New hgbgu
cCursor
- 一个模块,VB语言的,比较好用,我试过的
VB MD5安全模块示例
- 以前一直用vb,只有这类源码。现在在学c,请支持。-previously been used vb, the only such source. C in school now, please support.
vbdecaijizhinengmokuai
- 基于VB的数据采集智能模块与上位机串行通信的实现
vb打开类模块里的窗体
- 应用程序窗体 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就显示出来了