Author Topic: How do you launch Acad2008 from a standalone VB.NET app?  (Read 1938 times)

0 Members and 1 Guest are viewing this topic.

BazzaCAD

  • Guest
How do you launch Acad2008 from a standalone VB.NET app?
« on: June 13, 2008, 02:54:56 PM »
This used to work for me in Acad 2006:
 AcadObj = CreateObject("AutoCAD.Application.16.2")

But this doesn't work in Acad 2008:
 AcadObj = CreateObject("AutoCAD.Application.17.1")

Any ideas?

Glenn R

  • Guest
Re: How do you launch Acad2008 from a standalone VB.NET app?
« Reply #1 on: June 13, 2008, 03:39:42 PM »
I believe you just drop the version numbers and COM will figure it out:

"AutoCAD.Application"