Hi,

How do I set a value for a textbox? In VB6 you could for example say that me.txtMybox = txtMybox + 1 because it automatically assumed that I'm looking for it's value. I could write "1" in the textbox and it would retrieve that value.

In VB.NET you have to specify the value, or set it, I don't know.

The problem is the above code obviously doesn't work, any suggestions is much appreciated!


In advance, thanx for your help.

: Todd