Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I...
Message
 
À
07/11/2001 16:22:22
Steven Lewis
Harry Walters & Livesey.
Preston, Royaume Uni
Information générale
Forum:
CAD
Catégorie:
Autocad 2000
Titre:
Divers
Thread ID:
00578748
Message ID:
00579065
Vues:
26
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform