I am working on a Project Management Program for Engineering Design Comany, and AutoCAD 2004 is in use, this program is MS-ACCESS with SQL Database, I did CALL Autocad from Access by adding its lib. ACAD to the program references, then using VBA ACCESS can do the followings:
1- Create a new drawing using a template
2- Get Projetc data from the database such as Title, Name, Drawing No, ...
3- Format data (Line, font, Color, ...)
4- Insert the Data into the new drawing
5- save it into specific directory
6- quit
7- Update the database
Therefore I think that would work with
VB in the same way.
Thanks