明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1793|回复: 6

关于控件注册

[复制链接]
发表于 2005-7-13 17:06:00 | 显示全部楼层 |阅读模式

Sub textadd()

   
    Dim objDbx As AxDbDocument
    Dim objStyle(0) As Object
    If Left(Version, 2) = "15" Then
        Call AutoRegFile("C:\Program Files\AutoCAD 2002\axdb15.tlb")
        Set objDbx = CreateObject("ObjectDBX.AxDbDocument.1")
    ElseIf Left(Version, 2) = "16" Then
        Set objDbx = CreateObject("ObjectDBX.AxDbDocument.16")
    End If

   '。。。。。。。。。。。。。。。。。。。。。。。。。。。

   End Sub

Function AutoRegFile(FileName As String)
Dim reged As Boolean
Dim RegFile1 As String
Dim RegFile2 As String
Dim BeReg As String
Dim RetVal
BeReg = Dir(FileName)
If BeReg <> "" Then
  RegFile1 = Environ("windir") & "\system\regsvr32.exe "
  RegFile2 = Environ("windir") & "\system32\regsvr32.exe "
  If Dir(RegFile1) <> "" Or Dir(RegFile2) <> "" Then
       If Dir(RegFile1) <> "" Then
            RegFile1 = RegFile1 & "/s" & " " & BeReg
            RetVal = Shell(RegFile1, 1)
        Else
            RegFile2 = RegFile2 & "/s" & " " & BeReg
            RetVal = Shell(RegFile2, 1)
        End If
  Else
        MsgBox "找不到regsvr32.exe文件,你可能无法使用本软件!", vbCritical, "无法自动注册控件"
  End If
Else
  MsgBox "找不到控件文件!", vbCritical, "无法自动注册控件"
End If
End Function

每次执行到黑体部分就报错,(cad2002版)

并且已经引用了ObjectDBX.1

为何?我在cad2004版下已经可以用了

发表于 2005-7-13 18:39:00 | 显示全部楼层
Set objDbx = GetInterfaceObject("ObjectDBX.AxDbDocument")
 楼主| 发表于 2005-7-14 08:38:00 | 显示全部楼层

试过了没用,麻烦再帮我想想。谢了

发表于 2005-7-14 10:47:00 | 显示全部楼层

用这里的lisp函数注册一下试试:

http://bbs.mjtd.com/forum.php?mod=viewthread&tid=8884

 楼主| 发表于 2005-7-14 10:53:00 | 显示全部楼层

试过了,不行。

怎样才能判断是否注册成功呢,谢谢

 楼主| 发表于 2005-7-15 08:42:00 | 显示全部楼层

斑竹救我

想的脑袋都破了

 楼主| 发表于 2005-7-15 08:50:00 | 显示全部楼层

麻烦哪位传个基于ObjectDBX,且带ObjectDBX注册,可在2000上使用的程序上来。

我先看看

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-27 12:29 , Processed in 0.178202 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表