Custom Animation For Embedded Object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created an OLE object that is embedded in a Powerpoint slide.
What do I have to add to the object so that it can participate in an
animation on the slide?
Is there any MSDN documentation on doing this?

Michael
 
I guess my post was not clear. I do not understand how the referenced
information helps me.

I have created my own custom OLE embeddable graphical object using C++ and
the emedding COM interfaces. What interfaces and/or verbs does this object
have to support in order for somebody to use in a Powerpoint animation.

Thanks.

Michael
 
Michael said:
I have created an OLE object that is embedded in a Powerpoint slide.
What do I have to add to the object so that it can participate in an
animation on the slide?
Is there any MSDN documentation on doing this?

If you want a VBA solution, see Suvodip's link to Andrew May's blog.

If you want a manual solution, just apply an animation effect to the object
just as you would to any other object.

Or is there more to this question?
 
See my post to Suvodip above.

Michael

Echo S said:
If you want a VBA solution, see Suvodip's link to Andrew May's blog.

If you want a manual solution, just apply an animation effect to the object
just as you would to any other object.

Or is there more to this question?
 
Back
Top