明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2682|回复: 2

获得AutoCAD应用程序窗口的句柄

[复制链接]
发表于 2006-5-29 18:02:00 | 显示全部楼层 |阅读模式
本帖最后由 作者 于 2006-5-30 21:20:21 编辑

[转载]获得AutoCAD应用程序窗口的句柄

Attribute VB_Name = "GetAcadHwnd" 'Purpose ' Returns the handle to the AutoCAD application window 'Notes ' Use this when you need a handle to AutoCAD's main window rather than a document window

Public Declare Function GetParent Lib "user32" (ByVal hwnd As Long) As Long

Public Function GetAcadHwnd() As Long

GetAcadHwnd = GetParent(GetParent(ThisDrawing.hwnd))

End Function

哪位xd能帮解释一下ThisDrawing具体是个什么,是个autocad文件还是其它什么。

发表于 2007-1-17 18:54:00 | 显示全部楼层
VBA中ThisDrawing是指的当前文档.
发表于 2008-7-18 18:02:00 | 显示全部楼层
这里应该用acadApp.Activedocument代替
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 13:34 , Processed in 0.163769 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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