Auto Resize Controls

This will Resize your controls automatically when every time the form is resized. It can also prevent the controls for resizing. You can also use this for custom controls. Put this code on the form_load event: G_P_AdjustFormon Put this code on the form_Resize event G_P_FormResize Finally, place this code in a module: Option Explicit Public Xtwips As Integer,… Read More »