Quantcast
Channel: DaniWeb Solved Topics
Viewing all articles
Browse latest Browse all 576

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

$
0
0

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???

Viewing all articles
Browse latest Browse all 576

Trending Articles