PowerPoint AddIn Custom ToolBar

N

Nirav

Hii,

I am Writing a PowerPoint Add In using C#. Can anyone let me know if We
can have custom toolbar during the slideSHow.

I want to have my own toolbar During the Full Screen Slide Show which
is Dockable, etc etc. Is it possible. Right now we see the default
ToolBar, so i want to get rid of it and show my own toolbar.

Any help on this will be greatly appreciated.

Thanks in Advance,

Nirav
 
S

Shyam Pillai

Nirav,
I am quite sure that no toolbars are displayed when the slide show is
fullscreen. It is only displayed when the slide show is set to run in a
window. I am aware that the following two commandbars display in such a
window - "Web" and "Menu Bar (Slide show)". When I have to display custom
items during the slide show I usually reuse these existing commandbar by
hiding the built-in controls and populating it with my custom controls.
 
N

Nirav

Thanks Shyam,

The Menu Bar ("Slide Show") is the one that we get when we right click
in the slide show mode rite? Also are you trying to say that the 'Web'
and the 'Menu Bar' will be showed only during slide show as Window and
not as full screen.

Also during full screen we see a builtin toolbar at the left-bottom
corner of the screen, can we use it in anyways, (like adding new button
etc)

Also one idea i had was to get the sink for the Slide Show even in our
Add-In the then Show a toolbar from that method. I am not sure on the
implementation part of it, but that was just an idea that come on top
of my head.

Any idea you have, as basically what i want is have multiple buttons on
the toolbar that appears during slide show and able to handle those
events on the Image that i am showing on the slide. (simple example -
ZOOM on the toolbar can be used to zoom part of the image)

Would indeed appreciate any kind of help.

Nirav
 

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