Hi I am trying to reach AutoCad from VB6 (not VBA).
I have made a reference to Acad.tlb (autocad type library), but i can not find out how to be able to reach the minsert command. This command run from the command prompt inside of
AutoCad (2002) and let you write inn a file and its path (in "Text1.Text" to insert that file into the current drawing.
I allso know that i have to set the command: filedia to 0 (zero).
It is a lot of code out there for vba but.......
It would be great if someone had a commented sourcecode on this issue.
I have made a reference to Acad.tlb (autocad type library), but i can not find out how to be able to reach the minsert command. This command run from the command prompt inside of
AutoCad (2002) and let you write inn a file and its path (in "Text1.Text" to insert that file into the current drawing.
I allso know that i have to set the command: filedia to 0 (zero).
It is a lot of code out there for vba but.......
It would be great if someone had a commented sourcecode on this issue.