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...