If a sizable form for, say, a notepad program contains a text box, this code will resize the textbo
If a sizable form for, say, a notepad program contains a text box, this code will resize the textbox accordingly as the window size is
Rate If a sizable form for, say, a notepad program contains a text box, this code will resize the textbo
(1(1 Vote))
Text1.Width = Form1.Width - 1500 '1500 is a buffer and should be changed acording to how much
'space you want between the textbox and the form edge
Text1.Height = Form1.Height - 1500
End Sub
If a sizable form for, say, a notepad program contains a text box, this code will resize the textbo Comments
No comments yet — be the first to post one!
Post a Comment