Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# winforms input

// Follow the video to set up the rest of the project
private void btnOK_Click(object sender, EventArgs e)
{
	MessageBox.Show($"Welcome {txtName.Text}, you're {txtAge.Text} years old.");
}
Source by # #
 
PREVIOUS NEXT
Tagged: #winforms #input
ADD COMMENT
Topic
Name
7+5 =