Hi all,
I already ask that question, but without success - some times ago -:
SelectFolder and SelectFolderDialog opens a dialog and display the same
kind of contents: the Explorer contents.
You know, the dialog with a + in a rectangle a dialog who displays the
whole hard disk in a simple list / simple dialog. (a pre Windows XP
dialog ?)
For a comparison, I want the FireFox Open dialog contents instead of a
ListBox with its contents filled with AddFolder...
Am I doing something wrong ?
Emile
BTW: here's the used code, if it matters...
Dim dlg as New SelectFolderDialog
Dim f as FolderItem
dlg.ActionButtonCaption="Select"
dlg.Title="Title Property"
dlg.PromptText="Prompt Text"
dlg.InitialDirectory= Volume(0).Child("Documents")
f=dlg.ShowModal()
if f <> Nil then
//use the folderitem here
else
//user cancelled
end if
What ?
Louder, please...
This is the code found in the Language Reference ?
Yes, I first write my code and then I copy / Paste the LR example with
the same (non/not) success.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>