hi frank,
the trick to make the controls on the form move is to fix their position on the form in a relative manner and not absolutely. this is to say that on form load event set the left and top properties of the controls relative to the length or width of the form and after doing this on Form_Resize event again set the left and top properties of the controls so that their position on the form is relative to the size of the form. By doing this, evey time the size of the form is changed, the position of the controls is calculated relatively.
I hope this should solve your problem.
regards
sachin
ps you can get back to me for further details.