Hello
I would like to display the properties and command tab when starting DraftSight.
I already use:
application.RunCommand ("_ COMMANDWINDOW \ n \ n", true);
application.RunCommand ("_ PROPERTIES \ n \ n", true);
But as soon as DraftSight is fully started, the windows disappear and are only reactivated by my events.
How can I have the windows displayed permanently?
greetings