Changes

Jump to: navigation, search

Designing Forms in Visual Studio

487 bytes added, 20:10, 19 July 2007
Visual Basic Forms and Controls
== Visual Basic Forms and Controls ==
 
The form object is essentially a container for holding the controls that allow the user to interact with an application. Controls are individual objects such as Buttons and TextBoxes. In [[Visual Basic and Forms]]) we looked at the many options for configuring a Windows Form. We have also looked briefly at adding controls to a form in earlier chapters. In this chapter, however, we will take a much closer look at the steps involved in laying out controls on a Form in Visual Studio.

Navigation menu