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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top