| Your first Windows Forms program |
|
|
|
|
Our first Windows Form program will display a standard windows. The simplest such program is probably close to:
We start by writing statements to use the System and System.Windows.Forms namespace in order to save some typing. Then we derive a class from System.Windows.Forms and we use the static method Application.Run passing an object of our class. |
| Next > |
|---|














