File Open/Save Dialog

Posted by Md. Rashim Uddin on Stack Overflow See other posts from Stack Overflow or by Md. Rashim Uddin
Published on 2010-05-05T07:20:57Z Indexed on 2010/05/05 7:28 UTC
Read the original article Hit count: 373

Filed under:

I'm trying to browse a directory in File Open/Save dialog. I could able to get the handle of common dialog as well as its control window. But I don't know how to provide a filename and click the Save/Open button to Save/Open a file. I couldn't find the SendMessage parameters needed to perform these actions. Any suggestions?

© Stack Overflow or respective owner

File Open/Save Dialog

Posted by Md. Rashim Uddin on Stack Overflow See other posts from Stack Overflow or by Md. Rashim Uddin
Published on 2010-05-05T08:07:45Z Indexed on 2010/05/05 8:28 UTC
Read the original article Hit count: 373

Filed under:
|
|

I am using my own Custom View to show the files and folders and also using a search box to jump to a specific folder. In that case How to send a message to File Open/Save dialog to enforce it to change the current displayed folder.

e.g. If the dialog shows files and folders of current displaying folder "C:\", I want an API (or any piece of code) to enforce to change the current folder to "D:\"

© Stack Overflow or respective owner

Related posts about c#