-
I have a ActiveX DLL component that contains a standard Form. I want to make this form a MDI_Child in my main project. It is not possible by simply setting the From MDIChild property to TRUE. I've tried some stuff with the SetParent API. This solves a bit of the problem, but the behaviour of the form is not quiet like a regular MDI_Child.
Does anybody has a working solution.
Thanks,
Erik Kratz
-
The best way is to have atleast one form setup as a Child. Then you can create as many form as you want using that form.
Dim frm As New frmChild
frmChild.Show
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819