T
Tim Nash
I have a VB project created which imports a picture into a drawing. I need
some way to delete the picture when the file is closed. I have the name of
the imported file stored in a global variable, and i have the code to do the
delete.. what i don't have is an event to put it in. i was thinking the
document objects BeforeDocumentClose event would do the trick but it appears
the the document partialy closes before this event runs and i can not longer
manipulate shapes on the drawing by the time this event triggers. Any other
suggestions?
Thank you
some way to delete the picture when the file is closed. I have the name of
the imported file stored in a global variable, and i have the code to do the
delete.. what i don't have is an event to put it in. i was thinking the
document objects BeforeDocumentClose event would do the trick but it appears
the the document partialy closes before this event runs and i can not longer
manipulate shapes on the drawing by the time this event triggers. Any other
suggestions?
Thank you