-1
I created an example for you to see.
The problem is this. I’m trying to get the value contained in TextBox
converting to a string type to be able to use in the MessageBox
, but he keeps showing off
System.Windows.Forms.Textbox, Text: hi
I wanted to know the correct way to capture the value of the textbox.
There is no type
Text
. Text is the property name only.– CypherPotato