all the control in visual basic are put up and arranged in
Answers
Answer:
this step, you add controls, such as a PictureBox control and a CheckBox control, to your form. You then add Button controls to your form.
How to add controls to your form
Choose the Toolbox tab on the left side of the Visual Studio IDE (or press Ctrl+Alt+X), and then expand the Common Controls group. This shows the most common controls that you see on forms.
Double-click the PictureBox item to add a PictureBox control to your form. Because the TableLayoutPanel is docked to fill your form, the IDE adds the PictureBox control to the first empty cell (the upper left corner).
Choose the new PictureBox control to select it, and then choose the black triangle on the new PictureBox control to display its task list, as shown in the following screenshot.