tiziano69
Guest
I can't update "dynamic" the autocad window when from a vb6 form (so an exe exe) I create objects or remove them.
I tried redesigning, regenerating, I also tried with "thisdrawing.application.update" without result. the window is only updated when I move the pointer to the autocad window and I click inside.
Why?
' the following call updates the entire drawing
thisdrawing.application.update
I tried redesigning, regenerating, I also tried with "thisdrawing.application.update" without result. the window is only updated when I move the pointer to the autocad window and I click inside.
Why?
' the following call updates the entire drawing
thisdrawing.application.update