"Doug Macklem" <
[hidden email]> wrote...
> I am trying to use a COM object that needs a a width and height to display
> in but these are not properties of the control. In html these are
specified
> as part of the <object> tag. Any idea how to deal with this in Dolphin XP?
> Is there any documentation on how to use com in dolphin xp?
> Can someone point me at some good examples? I am a bit confused.
Doug, I'm not sure from your question if this'll do it, but you might try
looking at class AXControlSite. It provides a container which has width and
height. Assuming your object is in a dll or ocx, you can easily generate
the Dolphin wrapper classes using the ActiveX Component Wizard. For
documentation you can check the Dolphin Wiki and of course the image itself.
-- Louis