如何在客户端通过VB注册一个升级DLL,并且要自动识别出98或者是2000的安装目录,将Dll覆盖并升级 要有获取路径和注册的例子 高分送上

wjf7688 2002-04-18 06:02:23
如何在客户端通过VB注册一个升级DLL,并且要自动识别出98或者是2000的安装目录,将Dll覆盖并升级 要有获取路径和注册的例子 高分送上
...全文
37 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
thorkhan 2002-04-18
  • 打赏
  • 举报
回复
如果感覺可以給點分吧﹐幫我升五個三角﹐謝謝
thorkhan 2002-04-18
  • 打赏
  • 举报
回复
http://www.vbaccelerator.com/codelib/tlb/vbregtlb.htm
注冊Source Code
thorkhan 2002-04-18
  • 打赏
  • 举报
回复
Private Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As Long

Public Function WindowsDir() As String
Dim Windows As String
Windows = Space(255)
GetWindowsDirectory Windows, 255
Windows = Left$(Windows, Len(Trim$(Windows)) - 1)
WindowsDir = Windows
End Function

至于注冊Dll妳去www.vbaccelerator.com去找﹐有源代碼﹐是一個注冊tlb文件的﹐但它同時可以注冊ocx,dll

7,763

社区成员

发帖
与我相关
我的任务
社区描述
VB 基础类
社区管理员
  • VB基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧