Summary

Windows applications are those applications that are developed for the Windows environment. Windows applications can be created using Windows Forms, which consists of classes and interfaces contained in the Systems.Windows.Forms namespace.

A form is the basic unit of the Windows Forms Designer. Controls can be added to a form. These controls are contained in the System.Windows.Forms namespace. Textboxes, Radio buttons, and Combo boxes are some of the examples of these controls. The Windows Forms Designer can also be used to create user-defined controls.

Windows applications can be deployed using the CAB Project or Setup Project options in VS .NET.

Get Special Edition Using C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.