Using VB 2010 Express. And after much unsucessful research.
I have set the anchor property to "none" on all the controls on my MDI child form so that the controls are centered in the MDI form when the child form is maximized.
The problem is, I also wanted all of the controls to resize so that they are larger when the Child Form is maximized.
I want all of the controls to maintain their same relative position in the Child Form and to resize in proportion to the changed form size.
Also, it needs to take in account different screen relolutions.
How can I do this?
I have set the anchor property to "none" on all the controls on my MDI child form so that the controls are centered in the MDI form when the child form is maximized.
The problem is, I also wanted all of the controls to resize so that they are larger when the Child Form is maximized.
I want all of the controls to maintain their same relative position in the Child Form and to resize in proportion to the changed form size.
Also, it needs to take in account different screen relolutions.
How can I do this?