Hi Josh,
Thanks for your post.
Yes, just as you find out, we can not place a MDI child form as another
form's MDI container, this is by design.
Based on my understanding, the cause you want to use Detail form is that
you want to share this form(Textbox function) code across 3 child forms. If
so, I think we may have 2 other ways:
1. Create a usercontrol, which has the same function as Detail form. That
is placing a TextBox on that Usercontrol, and in 3 MDI child forms, we can
dynamically construct this Usercontrol and adjust its position correctly to
fit our need.
2. Actually, I think we can just inherit the build-in TextBox and create a
customized large multiline TextBox with the function we need. Then we can
just reuse this customized TextBox in all the 3 MDI child forms.
Does this meet your need? If I misunderstand you, please feel free to tell
me, thanks
========================================
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.