list the components of the IDE screen of visual basic.
Answers
Answer:
The Visual Basic IDE is made up of a number of components
1. Menu Bar
2. Tool Bar
3. Project Explorer
4. Properties window
5. Form Layout Window
6. Toolbox
7. Form Designer
8. Object Browser
Menu Bar:
1. This Menu Bar displays the commands that are required to build an application.
2. The main menu items have sub menu items that can be chosen when needed.
3. The toolbar in the menu bar provide quick access to the commonly used commands and a button in the toolbar is clicked once to carry out the action represented by it.
Tool Bar:
1. The Toolbox contains a set of controls that are used to place on a Form at design time thereby creating the user interface area.
2. Additional controls can be included in the toolbox by using the Components menu item on the Project menu.
CONTROL DESCRIPTION
Pointer Provides a way to move and resize the controls form
Picture Box Displays icons/bitmaps and meta files. It displays text or acts as a visual container for other controls.
Text box Used to display message and enter text.
Frame Serves as a visual and functional container for controls
Command Button Used to carry out the specified action when the user chooses it.
Checkbox Displays a True/False or Yes/No option.
Option Button Option Button control which is a part of an option group allows the user to select only one option even it displays multiple choices.
List Box Displays a list of items from which a user can select one.
Combo Box Contains a Text-box and a List Box. This allows the user to select an item from the drop-down List Box, or to type in a selection in the Text-box.
HScrollBar and VScrollBar These controls allow the user to select a value within the specified range of values
Timer Executes the timer events at specified intervals of time
DriveListBox Displays the valid disk drives and allows the user to select one of them.
DirListBox Allows the user to select the directories and paths, which are displayed.
FileListBox Displays a set of files from which a user can select the desired one.
Shape Used to add shape (rectangle, square or circle) to a Form
Line Used to draw straight line to the Form
Image used to display images such as icons, bitmaps and meta files. But less capability than the Picture Box
Data Enables the user to connect to an existing database and display information from it.
OLE Used to link or embed an object, display and manipulate data from other windows based applications.
Label Displays a text that the user cannot modify or interact with.
l hope it will help you plz mark me as brainliest
Answer:The components are
menu bar
toolbars
visual basic
toolbox
form window
properties window
project explorer
immediate window
form layout window
Explanation: