> Visual basic program 2010 HELP?

Visual basic program 2010 HELP?

Posted at: 2014-12-18 
Debugging your code is not possible without seeing it. However, a text box will only have the text that you assign to its text property.

For example,

TextBox1.Text = "this text is all that will be in the text box. No refreshing is required."