adding to the windows explorer recognized locations
In Windows Explorer, if I type in certain strings in the address b开发者_JS百科ar, it will recognize them and auto-complete them and go to those special locations. For instance:
Public Music
My Documents
Recycle Bin
My question: is there a way for my application to add its own recognizable string there?
As far as I know the only way is to implement a Namespace Extension.
精彩评论