Other Controls
Now that you have created a simple Visual Basic application, you should experiment with other controls by placing them on a new form. All the familiar Windows controls, such as check boxes and list boxes, appear on the toolbox. Each tool has its own set of unique properties. For example, labels, which hold text on the window, have Alignment, BorderStyle, Font, size, and location properties such as those you saw in the previous section. In addition, you can set other properties for labels such as the background color, text color, and even add ToolTips to the labels.
Note
A ToolTip is a great feature that helps your users and is easy to implement by typing text into the ToolTipText property of a control. Most Windows applications ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access