INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- allows to invoke standard OpenFileDialogue without Windows API details
-- allows to invoke standard OpenFileDialogue without Windows API details
--h_wnd = HWND of dialog's parent window. use form's sys_id or 0
--title = hint prompt
--initial_folder_name = initial selection (must exist)
--flags = combination of the following flags (or zero)
-- (you can access this flags through once function "bif_const",
-- e.x : "bif_const.BIF_BROWSEFORCOMPUTER):
-- BIF_BROWSEFORCOMPUTER Only return computers.
-- If the user selects anything other than a computer,
-- the OK button is grayed.
-- BIF_BROWSEFORPRINTER Only return printers. If the user
-- selects anything other than a printer, the OK button is grayed.
-- BIF_BROWSEINCLUDEFILES The browse dialog will display files
-- as well as folders.
-- BIF_DONTGOBELOWDOMAIN Do not include network folders
-- below the domain level in the tree view control.
-- BIF_EDITBOX Version 4.71. The browse dialog includes an edit control
-- in which the user can type the name of an item.
-- BIF_RETURNFSANCESTORS Only return file system ancestors.
-- If the user selects anything other than a file system ancestor,
-- the OK button is grayed.
-- BIF_RETURNONLYFSDIRS Only return file system directories.
-- If the user selects folders that are not part of the file system,
-- the OK button is grayed.
-- BIF_STATUSTEXT Include a status area in the dialog box.
-- The callback function can set the status text by sending messages
-- to the dialog box.
-- BIF_VALIDATE Version 4.71. If the user types an invalid name
-- into the edit box, the browse dialog will call
-- the application's BrowseCallbackProc
-- with the BFFM_VALIDATEFAILED message. This flag is ignored
-- if BIF_EDITBOX is not specified.
-- #define WM_MDITILE 0x0226
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |