Author Topic: SendCommand and Visible property  (Read 2106 times)

0 Members and 1 Guest are viewing this topic.

Humbertogo

  • Guest
SendCommand and Visible property
« on: November 04, 2009, 07:26:03 AM »
Is there any way to use the SendCommand method while keeping AutoCAD hidden using VB?

It seems that if the Application object's Visible property is set to False
and SendCommand is used, the Visible property is reset to True.

Has anyone else run into this? Are there any workarounds?