FullName property

C

Calin

Hello

I builded a COM addin for PowerPoint (2003) which it is used to catch some
events.
I have the following problem : during saving of a presentation (I have a
PresentationSave event handler) I'm opening a temporary, invisible
presentation and then close it immediatelly. Before opening the temporary
presentation, the FullName property returns a valid path (fully qualified)
for the current presentation. After I open and then close the temporary
presentation,
the FullName property returns something like "Presentation1". Somehow the
property value it is altered. Does anyone have any ideea how to deal with
this ? Is there any way to avoid this ?

Thanks, Calin
 
S

Steve Rindsberg

Hello

I builded a COM addin for PowerPoint (2003) which it is used to catch some
events.
I have the following problem : during saving of a presentation (I have a
PresentationSave event handler) I'm opening a temporary, invisible
presentation and then close it immediatelly. Before opening the temporary
presentation, the FullName property returns a valid path (fully qualified)
for the current presentation. After I open and then close the temporary
presentation,
the FullName property returns something like "Presentation1". Somehow the
property value it is altered. Does anyone have any ideea how to deal with
this ? Is there any way to avoid this ?

Can you post the relevant section of code so we can see exactly what you're
doing?
 
Top