COM in Dolphin XP

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

COM in Dolphin XP

Doug Macklem
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


Reply | Threaded
Open this post in threaded view
|

Re: COM in Dolphin XP

Louis Sumberg-2
"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