
This code actually resizes your forms contents for you. Contents include SSTAB and does adjust the font size.
Inputs
Private Sub Form_Resize()
ResizeFormFor Me
End Sub
Assumes
A nice thing about this code, It is very easy to understand.
Please note: I have received this code from a friend who has received this code from another friend, they both have extensively edited it and no one knows who the original program was of this. If that is you please let us know so we can give you credit for it. However I do know that everyone can use this code and it is free for your use…
The original code when I got it didn’t support SSTAB nor did it support FONT size changes. I added this feature.
Returns
As your window resizes your controls resize and re-position...