hi, i've a browse dialog with the following constants....however i want to get the filename so does anyone know how i can get that.
VB Code:
Public Const BIF_RETURNONLYFSDIRS = &H1 'Only returns file system directories Public Const BIF_DONTGOBELOWDOMAIN = &H2 'Does not include network folders below the domain level Public Const BIF_STATUSTEXT = &H4 'Includes a status area in the dialog box. The callback function can set the status text by sending messages to the dialog box. Public Const BIF_RETURNFSANCESTORS = &H8 'Only returns file system ancestors Public Const BIF_BROWSEFORCOMPUTER = &H1000 'Only returns computers Public Const BIF_BROWSEFORPRINTER = &H2000 'Only returns (network) printers Public Const BIF_BROWSEINCLUDEFILES As Long = &H4000 Public Const MAX_PATH = 255




Reply With Quote