Creating a special folder in Windows Explorer like DropBox or OneDrive

浪尽此生 提交于 2019-12-04 20:33:01

问题


I know there are a couple other questions as to pinning the Favorites folder but I wanted to do something where I have a folder like OneDrive or Drop box (where it acts almost like another drive).

Cannot quite find what I'm looking for. I realize it's a special folder, I realize it's likely a shell extension (using SharpShell at the moment). I've gotten a context menu to work with it, just cannot find this information. I'm wondering if I'm asking it wrong.

Any help is always appreciated!

UPDATE: Looks like what I'm looking for is a Shell Extension and specifically an implementation of a ShellFolder. Trying to do this with SharpShell or EZNamespaces but was trying to find some hack around it. No dice. :)

Thanks for all the comments!


回答1:


Looks like what I'm looking for is a Shell Extension and specifically an implementation of a ShellFolder. Trying to do this with SharpShell or EZNamespaces but was trying to find some hack around it. No dice. :)

More Info

http://msdn.microsoft.com/en-us/library/cc144095%28v=vs.85%29.aspx

http://msdn.microsoft.com/en-us/magazine/cc188741.aspx

https://sharpshell.codeplex.com/

http://www.ssware.com/ezshell/ezshell.htm



来源:https://stackoverflow.com/questions/25328179/creating-a-special-folder-in-windows-explorer-like-dropbox-or-onedrive

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!