Visual Basic Reference

FileListBox Control

See Also    Example    Properties    Methods    Events

A FileListBox control locates and lists files in the directory specified by the Path property at run time. Use this control to display a list of files selected by file type. You can create dialog boxes in your application that, for example, enable the user to select a file or group of files.

Syntax

FileListBox

Remarks

Set the List, ListCount, and ListIndex properties to enable a user to access items in the list. If you also display the DirListBox and DriveListBox controls, you can write code to synchronize them with the FileListBox control and with each other.