User Tools

Site Tools


programming:i_o_console_message_boxes

I/O

Label l l.Text = “text” assign text to a thing

string s = l.Text get text from form

int s

Int32.TryParse(l.Text, out s)

MessageBox.Show(“text in a box”)

Console.Write(“Wrote text to console”)

Back to the C# page

programming/i_o_console_message_boxes.txt · Last modified: 2018/06/27 19:43 by swaimg