Changes

Jump to: navigation, search

Creating a Simple C Sharp GUI Application with Visual Studio

No change in size, 15:34, 11 January 2008
Changing Component Properties
== Changing Component Properties ==
In addition to changing the names of components it is also possible to change a myriad array of different properties via the properties panel. To demonstrate this concept we will change the text on the two buttons such that they read "Hello" and "Close" respectively. Select ''helloButton and '' in the Form, scroll down the list of properties to locate the ''Text'' value and change it from ''button1'' to ''Hello''. Repeat this for ''closeButton'' so that it displays ''Close''.
To try out the application so far press the ''F5'' button on your keyboard to build and run the application. After a few seconds the executing application will appear. Enter some text into the TextBoxes to prove it is a live application.

Navigation menu