明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1946|回复: 6

请问如何用ARX改变AutoCAD窗口的标题?

[复制链接]
发表于 2003-12-11 16:08:00 | 显示全部楼层 |阅读模式
如何用ARX将AutoCAD主窗口的标题改成自己所需要的呢?
发表于 2003-12-11 16:43:00 | 显示全部楼层
AfxGetMainWnd()->SetWindowText(_T("你的标题"));
 楼主| 发表于 2003-12-11 21:03:00 | 显示全部楼层
这好像是VC里面的语句啊,ARX有没有别的语句呢?
发表于 2003-12-12 08:47:00 | 显示全部楼层
Arx本身就是VC
发表于 2003-12-13 13:21:00 | 显示全部楼层
提取Atuocad打开的图纸的路径的代码要怎么样写???
发表于 2003-12-13 16:59:00 | 显示全部楼层
方法一:
acDocManager->curDocument()->fileName();
方法二:
struct resbuf* result1,*result2;
result1=acutNewRb(RTSTR);
result2=acutNewRb(RTSTR);
       
acedGetVar("DWGNAME",result1);
acedGetVar("DWGPREFIX",result2);
CString fileName=result2->resval.rstring;
fileName+=result1->resval.rstring;
acutRelRb(result1);
acutRelRb(result2);
发表于 2003-12-14 11:22:00 | 显示全部楼层
thanks
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 22:41 , Processed in 0.234921 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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