by Bill Daugherty II (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(19 Votes)

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.
Code Returns
As your window resizes your controls resize and re-position...
Download Resize That Works with (SSTAB) and Font Resize Easy to understand (4 KB)
No comments have been posted about Resize That Works with (SSTAB) and Font Resize Easy to understand. Why not be the first to post a comment about Resize That Works with (SSTAB) and Font Resize Easy to understand.