B
Bob
Does anyone know how to make an ole server object default itself to
having one of its verbs automatically set as the "object action" under
the "Mouse Click" tab in "Action Settings" in PowerPoint?
I know it can be done on the PowerPoint side via a vbs macro like
this:
ActiveWindow.Selection.ShapeRange.ActionSettings(ppMouseClick).ActionVerb
= "play"
but I need to have it done automatically just when adding the object
to the slide, just like a "Sound Recorder Document" object and other
ole server objects I've seen do.
Any ideas? Please be specific. Thanks!
having one of its verbs automatically set as the "object action" under
the "Mouse Click" tab in "Action Settings" in PowerPoint?
I know it can be done on the PowerPoint side via a vbs macro like
this:
ActiveWindow.Selection.ShapeRange.ActionSettings(ppMouseClick).ActionVerb
= "play"
but I need to have it done automatically just when adding the object
to the slide, just like a "Sound Recorder Document" object and other
ole server objects I've seen do.
Any ideas? Please be specific. Thanks!