TextBox will resize to match Form dimensions.
TextBox will resize to match Form dimensions.
Rate TextBox will resize to match Form dimensions.
(1(1 Vote))
' Text1 is set to multi-line=true and scrollbars=both
' Initially,manually align text1 to fill form1 until
' text1's left is just visible and its scrollbars are
' just visible at right and bottom.
Text1.Width = Form1.ScaleWidth
Text1.Height = Form1.ScaleHeight
End Sub
TextBox will resize to match Form dimensions. Comments
No comments yet — be the first to post one!
Post a Comment