Caption = "Resizing other Visual Basic controls at runtime"
Height = 4065
Left = 1200
LinkTopic = "Form2"
ScaleHeight = 3570
ScaleWidth = 7545
Top = 2040
Width = 7755
Begin DirListBox Dir1
Height = 1155
Left = 2280
TabIndex = 2
Top = 2160
Width = 2295
End
Begin TextBox Text3
Height = 495
Left = 16000
TabIndex = 3
Text = "Text3"
Top = 16000
Width = 1215
End
Begin TextBox Text2
Height = 1095
Left = 3840
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 1
Text = "Click on me in order to be able to resize me and move me."
Top = 960
Width = 1575
End
Begin TextBox Text1
Height = 975
Left = 1560
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Text = "This is the shape of things to come."
Top = 960
Width = 1335
End
Begin Label Label1
Caption = "Click on the text in either of the two text boxes, or click on the directory list box, in order to select the box. Try resizing the selected control by dragging one of its corner handles. You can click elsewhere on the form to de-select all the controls. You can also move a selected control by dragging its light blue boundary."