Give your applications resolution independence. ReSize alters the sizes, font sizes, and positions of controls on Visual Basic forms as they are sized, without requiring you to write any code - simply place ReSize on the form. It can even handle controls that are nested inside other container controls. ReSize allows you to specify a minimum form size - both height and width, insuring that the controls on your form will always be visible.
View More