Can you add your application to the places panel in OpenFileDialog?

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.

enter image description here

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?

+6
source share
1 answer

you can try Link to understand what you really need, and This Link to expand it yet

+3
source

Source: https://habr.com/ru/post/900427/


All Articles