- Pointer : used to interact with the controls on the form
- PictureBox : used to display images
- TextBox : used to accept user input which can display only editable text
- Frame : used to group other controls
- CommandButton : used to initiate an action by pressing on the button
- CheckBox : used to do a choice for user (checked or unchecked)
- OptionButton : used in groups where one at a time can be true
- ListBox : used to provide a list of items
- ComboBox : used to provide a short list of items
- HScrollBar : a horizontal scrollbar
- VScrollBar : a vertical scrollbar
- Timer : used to perform tasks in specified intervals.
- DriveListBox : used to access to the system drives
- DirListBox : used to access to the directories on the system
- FileListBox : used to access to the files in the directory
- Shape : used to draw circles, rectangles, squares, ellipses
- Line : used to draw lines
- Image : used to display images. But less capability than the PictureBox
- Data : used to connect a database
- OLE : used to interact with other windows applications
- Label : used to display texts which cannot be edited
8/6/08
Figure 3 Toolbox window with its controls available commonly.
Control Description