Learn about VB 6.0 Frame control
Frame control in Visual Basic 6.0 is used to group similar controls / controls of similar functionality together. In Visual Basic .NET this control is replaced by Group box control.
Caption Property the most commonly used Frame control property, which sets the frame's descriptive caption. Other common properties are BackColor, Forecolor, Font and Visible.