Im new with Visual Basic and I have dowloaded the 2005 Express edition from Microsoft’s web page. Now I’m doing some tutorials and im stuck in one . It says that to resize a textBox according to the Form size I should use this code: txtPad.Move 0, 0, ScaleWidth, ScaleHeight… howeeever, in the version I have that code presents syntax errors, for example not recognising ScaleWidth. I think this may be because the tutorial is not intended for version 2005. So, I ask for help to those who know about this and can help me with this. The code goes with a Form_resize event… Thx in advance!