PowerPoint 2007 - Overriding the Slide Pane

S

Simon

When programming PowerPoint 2007, is there a way to override the slide pane -
using vsto, the application model or otherwise?
 
S

Simon

Seeing as no-one has answered, let me be more specific.
I want to write an add-in for powerpoint that gives the user a host of
features that aren't supported by PowerPoint at the moment. I would like for
the user to be able to preview the visual look of a feature before running
the presentation.

Is there anyway to programmatically control what is displayed in the slide
pain (i.e. the pain where the current slide is being previewed/displayed when
not in slide show mode/presentation mode)?

The ways of interacting with PowerPoint that I am aware of is to use
vsto/vba to write an add-in or to interact with the object model.
 
M

Michael Koerner

If you have the Custom Animations Task Pane open, there is a Play button at the bottom which I think will do what you need as far as previewing goes. As far as Addins go the user would also have to have them installed on their machine.

--
Michael Koerner
MS MVP - PowerPoint


Seeing as no-one has answered, let me be more specific.
I want to write an add-in for powerpoint that gives the user a host of
features that aren't supported by PowerPoint at the moment. I would like for
the user to be able to preview the visual look of a feature before running
the presentation.

Is there anyway to programmatically control what is displayed in the slide
pain (i.e. the pain where the current slide is being previewed/displayed when
not in slide show mode/presentation mode)?

The ways of interacting with PowerPoint that I am aware of is to use
vsto/vba to write an add-in or to interact with the object model.
 
S

Simon

Thanks for the reply.

That preview button only previews animations made up from the tools that the
custom animations task pane provides you with though.
If I want to enrich the graphics on offer is there any way I can do so?
 
M

Michael Koerner

AFAIK, you can't do that.

--
Michael Koerner
MS MVP - PowerPoint


Thanks for the reply.

That preview button only previews animations made up from the tools that the
custom animations task pane provides you with though.
If I want to enrich the graphics on offer is there any way I can do so?
 
S

Simon

Thanks guys.
I was afraid that was going to be the answer.
A custom task pane was something I already considered but even when using
them I think I'd still need to be able to override the appearance of the
slide pane.
 

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