C# Tutorial - Windows Forms Programming


Programs in windows have a Graphical User Interface (GUI), which can be seen in use in any windows program. The GUI consist of graphics objects drawn on the screen that the user can interact with. Windows programs are usually event driven programs, that is to say that they mainly only do what the user wants, when they want. For example, when typing in a text editing program, text appears on the screen.

Hello World Windows Style
Hello Parameter Windows Style
Events
MessageBox
DialogResult
Adding Two Numbers Windows Style
Catching the Exceptions
A Simple Calculator – Visual Design
A Simple Calculator – Simple Functionality
A Simple Calculator – More Functionality
A Digital Clock
Adding Functionality to the Digital Clock
Extending the Applications
Summary


<< Previous Contents Next >>

© Publicjoe, 2008