Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I...
Message
 
To
07/11/2001 16:22:22
Steven Lewis
Harry Walters & Livesey.
Preston, United Kingdom
General information
Forum:
CAD
Category:
Autocad 2000
Title:
Miscellaneous
Thread ID:
00578748
Message ID:
00579065
Views:
28
Not quite sure I understand. Are you talking about the actual drawing window in when autocad is set to allow multiple drawings in a single instance of AutoCad?

If yes. the you can just check the "Display full path in title" option on the "Open and save" tab of the "Options" dialog.

If no, I'm not sure if there is a built in way to do it. You could probably use "SetWindowText" API. See http://www.levelextreme.com/wconnect/wc.dll?FournierTransformation~2,31,Forum=0,18,84 for the declaration

You would build the name with something like:
dim FullNameAndPath as string
FullNameAndPath = ThisDrawing.Path & "\" & ThisDrawing.Name
msgbox(FullNameAndPath)
Let me know if you need more help.

>I'm a toddler in the programing world - I'm studying Vb; trying to work out how to use VBA in AutoCad to put the drawing file path in the drawing title frame ???
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform