Adding Items to PP "Slide Show" menu

G

Guest

I have a PowerPoint Com Add-In, and I'd like to be able to add a menu item to
the pop-up menu that shows in the lower left corner of the presentation when
in Slide Show mode.

I've identified the object as a CommandBar called "Slide Show", and have
attempted to add items to it, but been completely unsuccessful. Is it
possible to add items to it?

The current code I have looks something like:

With g_App.CommandBars("Slide Show").Controls.Add(msoControlButton, , ,
1, True)
.caption = "New &Question"
.ToolTipText = "New &Question"
End With

Just trying to get something to display. Any thoughts?

/frank
 
G

Guest

Currently developing against Office 2000. We would like to also support
Office XP and 2003 (natch).

/frank
 

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