Creating custom OLE objects

O

Orion

I want to embed my own custom object type into Office (in particular
PowerPoint 2003). Basically, I need to be able to insert my own object via
Shapes.AddOLEObject() function, and extract it again later by casting
Shape.OLEFormat.Object into my own class type, similar to how you can cast a
graph object by casing the OLEFormat.Object as MSGraph.Chart.


So what sort of interfaces do I need to support in my class? And do I need
to register anything in order for my class to be recognised by Office?
 

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