Windows Forms Application Concepts in Visual Basic
Windows Forms applications are client applications that run on the user's computer, display information, request input from users, and communicate with remote computers over a network. When developing larger applications, you may need to investigate the .NET Framework and the classes it offers. This section provides an overview of the .NET Framework classes and concepts related to Windows Forms applications.
In This Section
Windows Forms Application Basics
Provides an overview of creating Windows Forms applications using .NET Framework classes.Classes Used in .NET Framework Forms
Lists .NET Framework classes used in Windows Forms applications.
Related Sections
Overview of Windows-based Applications
Discusses the particulars of Windows Forms application creation with Visual Studio 2008.Windows Forms Overview
Discusses the advantages of smart-client applications and the main features of Windows Forms programming.
See Also
Concepts
Overview of the Visual Basic Application Model