getting values from text boxes
Windows Forms
3
Posts
3
Posters
0
Views
1
Watching
-
how do you get values from text boxes and then use them? thanks
-
how do you get values from text boxes and then use them? thanks
-
how do you get values from text boxes and then use them? thanks
string A; int B; A = textbox1.text; B = convert.toint32(textbox2.text); // if possible!!! other types other convertions
nelsonpaixao@yahoo.com.br trying to help & get help