向 Windows 资源管理器地址栏发送消息

发布于 2024-08-10 02:21:18 字数 38 浏览 2 评论 0原文

如何在 C# 中向 Windows 资源管理器地址栏发送消息?

How to SendMessage to Windows Explorer address bar in C#?

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

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

发布评论

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

评论(1

缺⑴份安定 2024-08-17 02:21:18

调用 SendMessage 到窗口句柄

但是,Windows SDK 中的任何地方都没有记录响应。不要把你的生意押在无证行为上。如果您需要在代码中控制地址栏,我建议您编写自己的浏览器或在应用程序中托管 webbrowser 控件。

call SendMessage to the window handle

However the response is not documented anywhere in Windows SDK. Don't bet you business on undocumented behavior. If you need to control the address bar in your code, I suggest you to write your own browser or host the webbrowser control in your application.

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