Author Topic: No command prompt after background (VBA) call  (Read 2442 times)

0 Members and 1 Guest are viewing this topic.

msasu

  • Mosquito
  • Posts: 13
No command prompt after background (VBA) call
« on: April 23, 2010, 07:10:09 AM »
It is possible to control the visibility (show / hide) of command line trough VBA code?
I’m calling AutoCAD via ActiveX technology from a stand-alone Visual Basic application and perform some drawing operations while keeping the AutoCAD window hidden; the issue is that each time you start AutoCAD after that the command line is hidden and should use <Ctrl>+9 to restore it. Is there a solution to fix that by code before discarding the AutoCAD object? Thank you.

Regards,