Resize your text box to fit the forms size, this is useful when the form is made bigger your text b
Resize your text box to fit the forms size, this is useful when the form is made bigger your text box goes bigger
API Declarations
'http://chrisdot.tk
Rate Resize your text box to fit the forms size, this is useful when the form is made bigger your text b
(1(1 Vote))
'Resize Text Box When Form Is Made Bigger
'Insert the Following into your code window
'Insert a text box into your project.
Private Sub Form_Resize()
Dim chris, chris1 As String
chris = Form1.Width
chris1 = Form1.Height
Text1.Width = chris
Text1.Height = chris1
Text1.Left = -20
End Sub
Resize your text box to fit the forms size, this is useful when the form is made bigger your text b Comments
No comments yet — be the first to post one!
Post a Comment