|
-
Nov 11th, 1999, 09:59 PM
#1
Thread Starter
New Member
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
-
Nov 12th, 1999, 01:56 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|