We have a WinForms component in it's own assembly which is used in our .NET
desktop app; the window is set by the app to be an MDI child in the app's
MDI window.
The component can also be used by other .NET apps that set a ref to our
library. Lastly, the component can also be used as a standalone window for
apps do not wish an MDI child for its functions.
Is there any way to expose this .NET component so that a COM app (C++ or
perhaps VB6) could use the component as an MDI child?
Thanks ... Mark
MarkB - 12 Jun 2004 21:23 GMT
will no one take a crack at this ??
> We have a WinForms component in it's own assembly which is used in our .NET
> desktop app; the window is set by the app to be an MDI child in the app's
[quoted text clipped - 8 lines]
>
> Thanks ... Mark