如题所示,VB代码1000例 1000s of Visual Basic Source Code examples 由于文件较大,所以我是分开来压的~ 这个文件可以单独使用~~~~ 我不是学VB的,但是我觉得这个还是很有用的~给你们看看更目录,你们就知道有什么了…… 根目录: Read Me.txt VB6 and ASP VB6 and Bas Files VB6 and CAB files VB6 and Controls VB6 and Conversions VB6 and DAT F
如题所示,VB代码1000例 1000s of Visual Basic Source Code examples 由于文件较大,所以我是分开来压的~ 这个文件可以单独使用~~~~ 我不是学VB的,但是我觉得这个还是很有用的~给你们看看更目录,你们就知道有什么了…… 根目录: Read Me.txt VB6 and ASP VB6 and Bas Files VB6 and CAB files VB6 and Controls VB6 and Conversions VB6 and DAT F
VB制作DLL,并调用DLL1.在工程-引用中将asdfg.dll引用过来 2.dim AAA as asdfg 'asdfg是类模块的名称 Private Sub Form_Load() dim x Set AAA = New asdfg x = AAA.zxc(参数1,参数2)'参数1,2自己写 End Sub 建议你了解一下下面dll的制作方法,理解就更透彻了。下面内容来自百度。 1.新建一个ActiveX Dll,工程名字为vbmytestdll,类模块名字为mytestdll 2.类
‘原来用VB写的封装成dll供asp使用,后来升级到vb.net ‘这个是我以前写的电影站影片处理的一部份,程序挺简单的,没怎么注释,大家对付看 ‘program by someeyes ‘需要声明Imports System.IO命名空间 Public Function myFileExists(ByVal pathName As String) As String ‘检查文件是否存在 If File.Exists(pathName) = False Then