Click here to Skip to main content
Click here to Skip to main content

Remembering the last folder used by Open/Save Common dialogs

By , 8 Feb 2001
 

Sample Image - tipoftheday.gif

Introduction

This article content only applies to Microsoft Windows 2000.

One day when I had nothing to do (usual for me), I found the strange behavior of Common Dialogs. Every time I open Notepad and try to open a file, it brings up the last visited folder (see above picture). Like all other people, I know applications keep track of most recently opened files, while they are running; that's not the case if they started from beginning. Simple, they might store this information in registry or any binary file. First I started searching registry entries specific to those applications, with no success.

Suddenly an idea sparkled in my mind, why wouldn't I search the name of last visited folder in registry. This didn't work for me. So I gave up.

One day, accidentally, I found the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\
   CurrentVersion\Explorer\ComDlg32\LastVisitedMRU

This key has a string value MRUList that contains alphabets (abcdefg). Including this string value, there are as many binary values as number of alphabets in MRUList.

These binary values contain path of last visited folder followed by name of that application. If you change the path, you will get the desired results.

Try it at your own risk :)

Revision history

  • 20 Jun 2002 - Fixed image

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Mumtaz Zaheer
Web Developer
Pakistan Pakistan
Member
Mumtaz Zaheer is working as Senior System Analyst with Information Architects, Pakistan (http://www.info-architects.com/).

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralNice Article Mumtaz.frmemberDharmendra Gaur28 Oct '10 - 21:19 
Nice Article Mumtaz.j

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 9 Feb 2001
Article Copyright 2001 by Mumtaz Zaheer
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid