Message 1 of 3
How To Shut AutoCAD Down After Launching from VB.NET
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a process to create drawings using LISP. Basically, it creates a drawing using LISP. My VB.NET project reads this data from some text files and the launches AutoCAD, loads the proper LISP file and creates the drawing. The question now becomes how do I return control back to the VB.NET program so I can take care of some housekeeping chores, and then shutdown AutoCAD? The time it takes to create the drawing is minimal, but waiting for AutoCAD to open up is painfully slow. Regardless, it runs pretty well. I just need a way to take control again once the drawing is completed.