right now my modeless form will stay open when i close acad completely
is there a way to have the modeless form close when acad closes
or should i redefine the close command to send the close form command to the modeless form
Hi, andrew, since the loaded OpenDCL library will be destroyed when AutoCAD is closing/crashing, the modeless form will be closed, too.
Have a look into the taskmanager, if the acad.exe is still listed in the process list.
Fred
I think he means when he closes all his DWG's but Acad is still open in a NoDoc state.
If that's the case Andrew, then have a look at the "OnEnteringNoDocState" event for your Modeless form.