Changes

Jump to: navigation, search
no edit summary
</pre>
The next task is to read the text entered into ''nameText'' and use it to display a message in ''helloTextwelcomeText''. This will take place when ''helloButton'' is pressed. Click on the ''Form1.cs [Design]'' tab above the code area to return to the visual view of the Form and double click on ''helloButton'' to access the code. This time we will be adding code to the ''helloButton_Click'' event method to read the value from ''nameText'', combine it with some extra text and then display the result in ''helloTextwelcomeText''.

Navigation menu