How to control AutoCad LT with Visual Basic 6
How to control AutoCad LT with Visual Basic 6
(OP)
I am currently using VB6 to control AutoCad (FULL VERSION.)
The AutoCad LT version does not have VBA but it does expose its Object Model. The current code stops on "Can't open Active-X object." Any suggestions, or is this a lost cause?
The AutoCad LT version does not have VBA but it does expose its Object Model. The current code stops on "Can't open Active-X object." Any suggestions, or is this a lost cause?





RE: How to control AutoCad LT with Visual Basic 6
There are extenders for LT but these only enable you to use AutoLisp to do the programming.
If you want to use VB then you are left with trying to get VB and AutoCAD LT 'talking' using Dynamic Data Exchange.
RE: How to control AutoCad LT with Visual Basic 6