drawing objects while in a VBA FORM
drawing objects while in a VBA FORM
(OP)
I'm trying to draw some objects from within a VBA form and it is getting the error:
AUTOCAD MAIN WINDOW IS INVISIBLE. To turn on the window, set the visible property of the application object to actrue.
How and where should I do this?
AUTOCAD MAIN WINDOW IS INVISIBLE. To turn on the window, set the visible property of the application object to actrue.
How and where should I do this?
RE: drawing objects while in a VBA FORM
Right before you execute any commands AutoCAD must interpret:
CODE
HTH
Todd