Once formumuzu acıyoruz.Ve sonra bir tane textbox ekliyoruz.
Textbox1 multiline:true olcak
Sonra Form1 Resize yerine şu kodu yazıyoruz:
visual basic 2008-2010da:
Textbox1.Height = Me.Height
Textbox1.Width = Me.Width

visual basic 2006da:
Text1.Height = Form1.ScaleHeight
Text1.Width = Form1.ScaleWidth

İŞTE BU KADAR KOLAY

__________________