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?
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?