The standard fileselector dialog.
The standard fileselector dialog. A file selector is a dialog that allows you to browse your file system and select a single file from it.Note: currently the file selector has "issues" and may not always work properly.
FileSelect dlg("Open file...",
NULL,
"All bitmaps (*.bmp;*.pcx;*.tga)|
BMP files (*.bmp)|
PCX files (*.pcx)|
TGA files (*.tga)|
All files (*.*)",
FA_ARCH);
will create an "open file" dialog that will start in the current
working directory and will be able to list archives with either
all known bitmap extensions, all bmp files, all pcx files, all
tga files or all files.
Alphabetic index Hierarchy of classes