First, I'd like to tank you for your answer but unfortunately they are not very helpfull. Second, I hope my english is not to hard to understand (I speak french).
To be more explicit, I want to draw structural shape (W, HSS, Channel, L...) in modelspace using a closed 2DPolyline. I already...
I'm programing a VBA application for AutoCAD 2005. I would like to show a preview of a 2DPolyline on a userform before actually drawing it in modelspace.
Some threads on the Autodesk Forum mentioned the dwgthumbnail.ocx but the closest thing I found on my computer is CThumbnailCtrl.ocx (by...
Hello, I'm writing a VBA program for Autocad 2005. I want to save some property value at the end of the program (like the path of a file or the value of a boolean variable) and be able to retrieve them the next time I'll use the program.
In VB6 I would use a PropertyBag object, but in VBA this...