can someone help me please ? i want to sort automaticaly in my fileopen dialog. which id can help me ??
ReplyCan anyone tell me how to programatically select Thumbnail View for the FileOpen dialog? I still haven't been able to figure this out. Thanks in advance. Darwin
yes
ReplyOriginally posted by: Hu Zhou
When a folder is left-clicked in a CFileDialog the folder opens. When it is right-clicked there shows a pop-up menu with an option of Select, but choosing it still opens the folder, and the DoModal() does not return.
How should I make a selection of a folder?
Thanks.
Originally posted by: kali prasada raju
Any suggestions will be highly appreciable.
Thanks in advance.
Hi!
In my application,i want to save a file which is generated by executing some exe fine in the background.
I want to prompt the user,so that he can select a place for saving this file.Is there any FileOpen dialogue in C# like
VB common dialoges.
Originally posted by: Rajneesh
hi
I want to add a CView to the file open dialog , some thing similar to FilePreview.
thanks
Originally posted by: Bernie Mills
I am interested in this code however would like a default of thumbnails view.
How exactly did you get the code 40964 again?
I have tried this on VS.NET2003 and XP and it works fine.
I would obviously like to obtain the code for Thumbail view.
I have used spy before however I just can't seem to get it to give up the code for Thumbails.
Any comments would be appreciated.
Bernie
ReplyOriginally posted by: MIchael
What's the ID for the thumbnails view.
to change to a specific view programmatically.
ReplyOriginally posted by: Yair Konfino
what i needed.
works great.
thanks a lot.
Originally posted by: Alex Dikopoltsev
This is very nice. In addition I would like to record the last setting of the file dialog box , so next time I open it I will set the last record parameters (ie: details/list, size, type and etc). Is it possible ?
ThanX ,
Alex
Originally posted by: Mike Schrag
int id = FCIDM_BROWSERFIRST + FVM_DETAILS;
I believe the hardcoded WM_COMMAND value (40964)
is actually derived from the following constants
located in the header file: <shlobj.h>