Hello everyone,
I'm learning VB.NET. I created a form with a text box. I'm not sure how to capture the users data entry from the textbox to store in a variable. Here is what I used'
'
Me.TextBox3.Focus()
totalg = Val(TextBox3.Text)
Me.TextBox3.Update()'
What I want to do is when the user enters a number in the textbox and calculates that number.
Thank you in advance.
I'm learning VB.NET. I created a form with a text box. I'm not sure how to capture the users data entry from the textbox to store in a variable. Here is what I used'
'
Me.TextBox3.Focus()
totalg = Val(TextBox3.Text)
Me.TextBox3.Update()'
What I want to do is when the user enters a number in the textbox and calculates that number.
Thank you in advance.