Printing in PowerPoint 2003 triggers a PresentationClose event??

S

Sean Rohead

Whenever I print a document in PowerPoint 2003 my PresentationClose event
handler is called even though the document has NOT been closed. This is
causing me some serious grief and I need to find a way to filter/ignore
these spurious events -- anyone have any suggestions?

Thanks,

Sean Rohead
 
S

Satin

Hello Sean ..
It seems that i face somewhat opposit of what u do.
I try to capture the presentationclose event but it doesnot work in vb.net
though the same thing when done in vb6 works fine.. it seems to be a bug ..
any feedback how to invoke close event (i am also capturing the other events
like save, saveas, exit that works fine).
 
Top