Code Downloads

Controls

Title

Description

File Dialog

Shows how to display the Open and Save dialogs.

Browse Folder Dialog

Shows how to Use Folder Dialog

Color Dialog

Shows how to Use Color Dialog

Page Setup Dialog

Shows how to Use Page Setup Dialog

Font Dialog

Shows how to Use Font Dialog

List Box Features

Demonstrates some of the list box control's features that aren't directly accessible from VB.  Like displaying lists of files or directories, Searching for the closest matching word, adding horizontal scroll bars and some other things.

Combo Box Features

How to do Auto-completing, showing and hiding the dropdown list from code, finding items in the list, setting the combo box's height and height of items in the list, setting the dropdown width and displaying lists of files and directories.

Text Box Features

Demonstrates how to set the right and left margin, find the line that the cursor is on, get the text from the current line and a number of other things.

Bitmap Caret

Shows how a bitmap can be used as the caret in a text box.