The Windows.Forms Namespace: A Richer Library

This has been excerpted from book "The Complete Visual C# Programmer's Guide from the Authors of C# Corner".

Any application using Windows Forms relies on the System.Windows.Forms namespace, which contains more than 400 classes for windows, controls, and other objects. Table 9.1 describes some of the System.Windows.Forms namespace classes that we will explore.

table-9.1.gif
Table 9.1: System.Windows.Forms Classes

visual C-sharp.jpg The Complete Visual C# Programmer's Guide covers most of the major components that make up C# and the .net environment. The book is geared toward the intermediate programmer, but contains enough material to satisfy the advanced developer.