明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1802|回复: 0

[VBA]获取acad的运行状态

[复制链接]
发表于 2005-12-20 15:07:00 | 显示全部楼层 |阅读模式
Sub Example_IsQuiescent()
    ' This example gets the acadState object and checks to see if
    ' AutoCAD is in a quiescent state.
    Dim State As AcadState
    Set State = GetAcadState
    If State.IsQuiescent Then
        MsgBox "AutoCAD is quiescent."
    Else
        MsgBox "AutoCAD is not quiescent."
    End If
End Sub
以上代码在VBA中可以,但是在VB中确不行
Set AcadApp = GetObject(, "autocad.application")

If Not AcadApp.GetAcadState.IsQuiescent Then MsgBox "g"
如果Acad有命令正在运行,程序会停在AcadApp.GetAcadState.IsQuiescent 处。
那位高手调试过这个程序!!!
 
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-27 08:30 , Processed in 0.132819 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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