Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to turn the textbox into char in windows forms

//c#
char guess;
string guess2;
/*you cannot just write down, i dont think, guess = txb.Text; because textbox only
takes in strings. So you have to do guess2 = txtbox.Text;8/
 
PREVIOUS NEXT
Tagged: #turn #textbox #char #windows #forms
ADD COMMENT
Topic
Name
2+2 =