Message 1 of 1
AutoCAD 2008 Loading Pause

Not applicable
02-05-2008
08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need get VB.NET to "slow down" and wait for AutoCAD 2008 to load...
The following causes a new instance of AutoCAD 2008 to begin loading...
objacad = CreateObject("AutoCAD.Application.17")
But before it can complete the loading process, VB.NET quickly pops up with the dreaded "Cannot create ActiveX component." error message.
AutoCAD 2008 is in the process of starting up...VB.NET 2005 just needs to wait until AutoCAD finishes loading...
How can I get ACAD 2008 to wait a minute??
The following causes a new instance of AutoCAD 2008 to begin loading...
objacad = CreateObject("AutoCAD.Application.17")
But before it can complete the loading process, VB.NET quickly pops up with the dreaded "Cannot create ActiveX component." error message.
AutoCAD 2008 is in the process of starting up...VB.NET 2005 just needs to wait until AutoCAD finishes loading...
How can I get ACAD 2008 to wait a minute??