Create an application that adds and deletes menus at runtime
Add controls to forms
Set properties for CommandButtons, TextBoxes, and Labels
Assign code to a control to respond to an event
The objective addressed in this chapter covers many of the basic elements
of user interface programming in Visual Basic. Specifically, this objective addresses
two main topics:
How to create and control the behavior of standard Windows menus in a VB application
How to set up and control the behavior and appearance of the three most basic
controls (CommandButton, TextBox, and Label) in a VB application