Re: Creating a "Sub" form like in Word...[BACK OPEN]
Hey, no prob. I really appreciate it.
So I don't clutter the place up with threads that are related, I just opened this one back up.
How do I align an MDI child form to a certain side of the MDI parent? By default, I believe it aligns to the left. I want it to align on the right hand side.
Myriad Rocker The ability to speak does not make you intelligent
Re: Creating a "Sub" form like in Word...[BACK OPEN]
Now dont forget (depending on how this is actually needed to work) to remove the
min/max buttons. Also, you need to write some code inthe Form_Resize event so if the
user resizes the main mdi form the "docked" child form will resize accordingly.
Ps, Thanks.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
Re: Creating a "Sub" form like in Word...[BACK OPEN]
Originally Posted by RobDog888
Now dont forget (depending on how this is actually needed to work) to remove the
min/max buttons. Also, you need to write some code inthe Form_Resize event so if the
user resizes the main mdi form the "docked" child form will resize accordingly.
Ps, Thanks.
Alright, now I'm confused again. I'm totally understand what you're getting at, though. I even tested it and if I resize the form (from a user perspective) the child form just stays where it is....so....how do I accomplish getting the child form to resize according to the parent?
Myriad Rocker The ability to speak does not make you intelligent