
customizing Open File Dialog...
I am trying to customize the explorer style fileopen
dialog by deriving a class from CFileDialog.I added my
own controls to the template and it shows up fine.But
I want the ability to distinguish between files and folders
in the files list box.I try to show some information about
the file or folder when the user clicks in the list box.
The OnFileNameChange gets called when I click on the
file or folder in the listbox.If I click on a file first and then the
folder later,the GetFileName or GetFileTitle returns only the file
name and not the folder name.
How do I get the file or folder name that has been selected in the
list.
thanks
Vasu