Currently browsing tag

visual basic controls

Visual Basic Tutorials – Controls – The Combo Box

Visual Basic Controls – The ComboBox Control The ComboBox control also contains multiple items but typically occupies less space on the screen. The ComboBox control is an expandable ListBox control. The user can expand it to make a selection, and collapse it after the selection is made. The real advantage …

List box in Visual Basic

Visual Basic Tutorials – Controls – The ListBox

Visual Basic Controls – The ListBox The ListBox control occupies a user-specified amount of space on the form and is populated with a list of items. If the list of items is longer than can fit on the control, a vertical scroll bar appears automatically. Figure shows a listbox control …

Command Button in Visual Basic

Visual Basic Tutorials – Controls – The Command Button

Visual Basic Controls – The Command Button Command buttons are the plain buttons that you simply click and release and are the most common type of buttons. These are the buttons you see everywhere in Visual Basic applications. They are usually just rounded, rectangular, gray buttons with a caption. The …

label visual basic

Visual Basic Tutorials – Controls – The Label

Controls The Label The label is the basic control used to place text in a form. The main difference between a text …

Textbox control in Visual Basic

Visual Basic Tutorials – Controls – TextBox Control

The TextBox Control The TextBox controlis the primary mechanism for displaying and entering text. It is a small text editor that provides …

Figure-1-11-The-Toolbox

Visual Basic Tutorials – Working with Visual Basic Controls – Chapter 7

Working with Visual Basic Controls – Visual Basic Contents: What are intrinsic controls? What are Objects in Visual Basic? Properties of Controls …