C# Tutorial - Windows Forms ProgrammingPrograms 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
|