How do I change the height of a textbox ?
Neither of the below work:
this.TextBox1.Size = new System.Drawing.Size(173, 100);
the Simplest Way to do that
1.. right click on the textbox
2.. go to property
set Multiline =True
now done it will Automatically Change the Size of TextBox
and you can also Customize that