Sunday, July 26, 2009

Microsoft Visual C# Question.?

How would I make a program(and code it) if I wanted to have someone input text into a text box then click on a button and have it appear on a labe?

Microsoft Visual C# Question.?
1. Create a Button, a TextBox, and a Label


2. Double click the Button and you will get the code page


3. Type the Following:





Label1.Text = TextBox1.Text








Have Fun


No comments:

Post a Comment