The text of this article is not in this database — only its details are. Read it on the old site: CFileDialog Tutorial : Step by step
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: CFileDialog Tutorial : Step by step
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Munisha dhingraPosted Jul 8, 2010, 1:04 AM
Hi , we have a application which does the version check and generates a report.To save this report we are using DoModal function of FileDialog class.When we try to do version check list for 'C:\Windows\System32' folder that time doModal() crashes,save as dialog does not pop up. Do you have any idea why is it happening?Do you have any other solution? Thanks in advance.
FrancisPosted Jun 11, 2009, 6:29 PM
This demo of File dialog is excellent. As is often the case, however, one good answer generates another question. And in my case I would like to know how to retrieve the names of the files when a user selects multiple files. Please help.