Just use something like Form1.Text or Form1.Title..
i dont really remeber how it is... simply use the VS.NET IDE and it will help
In general i think you know how it works -- you have a label called Label1
To change the text you use Label1.Text="This is my new text"
So its woking the same way with the form..
Good luck m8