Maximizing form to a parent window



My monitor resolution is set to 1600x1200 and I'm designing a form with with
layout(1024(w) x 768(h)).

The form property is set with the following properties:
- MDIForm = .T.
- WindowState = 2(maximized)
- WindowType = 0(Modeless)
- Maxbutton = .T.
- Controlbox = .T.

What I want is for my form to be maximized(combined with the parent form)
based on whatever screen resolution settings that i have on my monitor...
basically filling the parent form Any property that I missed?

TIA!


.