Selecting the file names in open file dialog
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I overrided the open file dialog handler. I want to get names of files inside the file selecting area simultaneously while navigating through files with arrow keys. I see that domodal function opens the dialog but i cannot find how i can do the things above.Thanks for helps coming. (MFC)
-
I overrided the open file dialog handler. I want to get names of files inside the file selecting area simultaneously while navigating through files with arrow keys. I see that domodal function opens the dialog but i cannot find how i can do the things above.Thanks for helps coming. (MFC)
Subclass the CFileDialog then you have methods that do, what you want. like: OnFileNameChanged or OnFolderChanged or onLBSelChangedNotify