|
-
June 3rd, 1999, 10:45 AM
#1
CFileDialog filter
I'm using an Open File dialog as follows:
CFileDialog dlg(TRUE,"lst",NULL,OFN_FILEMUSTEXIST|OFN_PATHMUSTEXIST|OFN_HIDEREADONLY,"*.lst",NULL);
I want it to display all the *.lst files so that the user can choose one. But it doesn't display any files. Please help.
-
June 3rd, 1999, 11:22 AM
#2
Re: CFileDialog filter
CFileDialog dlg(TRUE,"lst",NULL,OFN_FILEMUSTEXIST|OFN_PATHMUSTEXIST|OFN_HIDEREADONLY,"List Files|*.lst||",NULL);
Format is [Description]|[Filter]|{...}||
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|