Frame
Frame control in Visual Basic 6.0 is replaced by two controls in Visual Basic 2008: ie the Panel control and GroupBox control.
Differences in concepts
In Visual Basic 6.0, the Frame control is used as a container for grouping controls that control the others. While in Visual Basic 2008, the Frame control is replaced by one of the GroupBox control or control panel.
Control GroupBox is the same function as the control frame with a BorderStyle property. While the control panel is the same as the control frame with the property BorderStyle 0.
In addition, there are many conceptual differences for all controls, including differences in handling data binding, font, drag and drop, other properties.
Differences in concepts
In Visual Basic 6.0, the Frame control is used as a container for grouping controls that control the others. While in Visual Basic 2008, the Frame control is replaced by one of the GroupBox control or control panel.
Control GroupBox is the same function as the control frame with a BorderStyle property. While the control panel is the same as the control frame with the property BorderStyle 0.
In addition, there are many conceptual differences for all controls, including differences in handling data binding, font, drag and drop, other properties.
<< Previous Topic | Top Topic | Next Topic >> |