how to define a var = ???.text in vb.net

I want to make several of my textbox.text properties equal to variables. I tried:

 Dim outcome As New txtResult.Text
    outcome = "xxxxx"

this produced an error. :(

first, is this possible and if it is, what am I doing wrong???