D
Dave Caton
Hi folks,
a bit of a tricky problem to solve for you. I have a scenario where I have
a legacy VB6 MDI application that I want to act as a host for a MDI child
form that resides in a .NET assembly.
I can do the simple stuff such as exposing the .NET Form as a COM object and
registering the assembly for COM Interop, the issue is how can I force the
..NET Form to become a MDI child of the parent VB6 MDI Parent Window.
Any suggestions would be most welcome
a bit of a tricky problem to solve for you. I have a scenario where I have
a legacy VB6 MDI application that I want to act as a host for a MDI child
form that resides in a .NET assembly.
I can do the simple stuff such as exposing the .NET Form as a COM object and
registering the assembly for COM Interop, the issue is how can I force the
..NET Form to become a MDI child of the parent VB6 MDI Parent Window.
Any suggestions would be most welcome