By default AutoSize property of a text box is TRUE. If you want to resize a text box on a form, you need to set it FALSE. After setting this property as FALSE, Designer let you resize the text box.
Resize a TextBox on a Form using VB.NET
Make a Form as top most Form in VB.NET