Message 1 of 13
How to get "AutoCAD.Application" object without running full AutoCA

Not applicable
12-10-2002
04:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a standalone VB application in which I need to work with "AutoCAD.Application" object. Note that I use AutoCAD R14. I use following piece of code:
Dim objAcad As Object
Set objAcad = CreateObject("AutoCAD.Application")
...
... some actions
...
objAcad.Quit
Set objAcad = Nothing
This code allows me to work with "AutoCAD.Application" object - it is fine. But every second time the
AutoCAD is running with full interface!!!
Plese help me somebody, I don't want to see AutoCAD window.
Thanks,
mikpet
Dim objAcad As Object
Set objAcad = CreateObject("AutoCAD.Application")
...
... some actions
...
objAcad.Quit
Set objAcad = Nothing
This code allows me to work with "AutoCAD.Application" object - it is fine. But every second time the
AutoCAD is running with full interface!!!
Plese help me somebody, I don't want to see AutoCAD window.
Thanks,
mikpet