On my form i have a multiline textbox named "txteditor", here is my problem when i hit then maximize button the textbox dosent change size? here is the code im using.

VB Code:
  1. txteditor.width = me.width
  2. txtedirot.height = me.height

Im using vb.net 2005 express