If a user maximizes a form..its ugly...because it doesnt re-scale.
Anyone know how to re-scale a form and all the controls? Or at least make it look half way decent?
Jon
Printable View
If a user maximizes a form..its ugly...because it doesnt re-scale.
Anyone know how to re-scale a form and all the controls? Or at least make it look half way decent?
Jon
In the Form_Resize event, place code there using the .Move
method of the controls and the .ScaleWidth/.ScaleHeight properties.