明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1676|回复: 2

用vba怎么改变auotcad的标题?记得以前有人写过,找不到了!

[复制链接]
发表于 2005-7-18 11:08:00 | 显示全部楼层 |阅读模式
谢谢!知道得给个回信!
发表于 2005-7-18 12:36:00 | 显示全部楼层
在源代码共享版找找
 楼主| 发表于 2005-7-18 15:34:00 | 显示全部楼层

找到,这是mccad的大作!很好用!

Option Explicit

Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long
Public Declare Function GetParent Lib "user32" (ByVal hwnd As Long) As Long

Sub SetAcadTitle()
  Dim hw&
  hw = GetParent(GetParent(ThisDrawing.hwnd))
  SetWindowText hw, "自动标注课题    CAD教研室   "
End Sub

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

本版积分规则

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

GMT+8, 2024-11-27 12:41 , Processed in 0.230409 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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