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.
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.
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?
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?
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)?
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.
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.