命名空间扩展.. Galaxy 文件系统工具包...gmail shell 驱动器之类的实用程序
我正在寻找一些名称空间扩展来使用 c# (.net) 进行扩展,但除了 Galaxy Filesystem takelkit 之外,在网上没有找到太多帮助。它们是基于 vc++ 的,但附带了 c# 和 java 包装类...这对我的启动有很大帮助,我做到了。
我现在已经扩展了足够多的内容并制作了安装程序来安装。它安装成功,但不知道为什么,当我打开它时,系统卡住了...:(我认为我的修改版本可能有一些问题,所以我尝试运行 Galaxy filesystem toolkit 的作者原始版本,它以同样的方式响应正如我所做的那样:D :(
现在感觉有点无助,因为甚至作者由于某种原因也没有回复我关于我的查询的查询...
任何帮助将非常感激...
仅供参考:我需要有 Gmail 驱动器之类的东西.. 。
i was looking for some namespace extention to extend using c# (.net) but didn't find much help online except Galaxy Filesystem tooklkit. which are vc++ based but comes with c# and java wrapper classes... which helps me alot to start and i did.
i have extended that enough now and made installer to install. it get installed successfully but don't know why, when i open it, system get stuck... :( i thought my modified version might have some problem so i tried to run Galaxy filesystem toolkit's author original version and it responded in same way as mine do :D :(
now feeling bit helpless as even author is not responding my queries regarding my queries for some reason...
any help would be really appreciated....
FYI: i need to have Gmail drive like stuff...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要不要使用 C# 或任何使用框架的东西来实现 shell 扩展。
如果你这样做,你将会破坏很多应用程序!
请参阅此处了解为什么不能这样做。
Do not implement shell extensions with C# or anything that uses a framework.
If you do, you will break a lot of applications!
See here for why you must not do that.