F
Frank Schwab
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
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