- Home
·
- Miscellaneous
·
- Changes the size of a text box using vertical and horizontal scroll bars
Changes the size of a text box using vertical and horizontal scroll bars
Changes the size of a text box using vertical and horizontal scroll bars
Rate Changes the size of a text box using vertical and horizontal scroll bars
(1(1 Vote))
Text1.Width = HScroll1.Value
End Sub
Private Sub HScroll2_Change()
Text1.Height = HScroll2.Value
End Sub
Changes the size of a text box using vertical and horizontal scroll bars Comments
No comments yet — be the first to post one!
Post a Comment