向 Windows 资源管理器地址栏发送消息
如何在 C# 中向 Windows 资源管理器地址栏发送消息?
How to SendMessage to Windows Explorer address bar in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 C# 中向 Windows 资源管理器地址栏发送消息?
How to SendMessage to Windows Explorer address bar in C#?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
调用 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.