Opening a new DWG
Posted: Thu Sep 09, 2004 3:39 pm
Hello,
I'm trying to open a new DWG from inside IntelliCAD (using VBA) and from outside (using Automation from VB).
In both cases, I'm trying to do the following:
Dim iCAD As IntelliCAD.Application
iCAD = New IntelliCAD.Application()
iCAD.Visible = True
iCAD.Documents().Open("C:\Temp\MyLib\Sample.dwg", False)
Then I receive "Unspecified Error" message and nothing happens!
Am I missing something?
Kindest Regards,
Fernando.
I'm trying to open a new DWG from inside IntelliCAD (using VBA) and from outside (using Automation from VB).
In both cases, I'm trying to do the following:
Dim iCAD As IntelliCAD.Application
iCAD = New IntelliCAD.Application()
iCAD.Visible = True
iCAD.Documents().Open("C:\Temp\MyLib\Sample.dwg", False)
Then I receive "Unspecified Error" message and nothing happens!
Am I missing something?
Kindest Regards,
Fernando.