I noticed in Vista / 7 that when OpenFileDialog is used in some applications (for example, MS Word, Visual Studio), it also contains the application itself in the places panel with a list of favorite folder locations that contains documents of the type supported. For instance.

Is there an easy way to do this for your own application, or MS Word, etc. use an extended version of OpenFileDialog, that is, do I need to extend OpenFileDialog / write my own to add this functionality?
source share