S
Stig Nordlander
I'd like to enter a numeric value in a textbox and use the value in a
calculation but I can't get it to work
int X
X = textBox1;
I get the error message
Cannot implicity convert type 'System.Windows.Forms.TextBox' to 'int'
What must I do to make it work?
calculation but I can't get it to work
int X
X = textBox1;
I get the error message
Cannot implicity convert type 'System.Windows.Forms.TextBox' to 'int'
What must I do to make it work?