在 .NET 代码中使用 Windows 资源管理器?

发布于 2024-08-01 13:51:58 字数 108 浏览 2 评论 0原文

有谁知道是否可以在 .NET 代码中使用 Windows 资源管理器的各个部分? 例如,在其他程序中编写文件管理表单,并使其看起来像资源管理器一样,并“遵循”不同的 Windows 版本,那就太好了。

Does anyone know if it's possible to use the bits and pieces of Windows Explorer in .NET code? That would be nice, for example, to write file management forms in other programs, and get that to look just like the explorer, and "follow" the different Windows versions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

哭了丶谁疼 2024-08-08 13:51:58

If you develop this application for Windows 7 only, I sugguest Windows® API Code Pack for Microsoft® .NET Framework. Moreover, I think, older Windows should have API like this. For support every version of Windows, you must create interface class and create inherited class that will be created based on windows version.

如何视而不见 2024-08-08 13:51:58

我写了一个库,也许可以帮助你。 您可以使用库提供的控件,或者如果您不想这样做,查看代码可能会给您答案。 它现已获得 LGPL 许可,因此您可以在商业产品中使用它。 它还适用于自 98 以来的所有 Windows 版本。

您可以在以下位置找到该库: http://gong- shell.sourceforge.net/

请告诉我这是否有帮助!

I have written a library that might be able to help you. You could use the controls provided by the library, or if you don't want to do that, looking through the code may give you an answer. It's now LGPL licenced so you can use it in commercial products. It will also work on all versions of Windows since 98.

You can find the library at: http://gong-shell.sourceforge.net/

Please let me know if this helped!

梦里南柯 2024-08-08 13:51:58

我认为您将免费获得的最接近的是 Open文件对话框

否则,请尝试第三方产品,例如 Telerik 的 RadControls for WinForms

I think the closest you will get for free is the Open File Dialog.

Otherwise, try a third party offering such as Telerik's RadControls for WinForms

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文