WPF - 将鼠标滚轮消息发送到 Frame/WebBrowser 控件

发布于 2024-08-04 11:15:11 字数 144 浏览 2 评论 0原文

我使用 WebBrowser 控件(或 Frame,尚未决定)在 WPF 应用程序中托管一些 Web 内容。我想使用一些外部影响来模拟网页内容中的鼠标滚轮行为。有没有办法让我的 WPF 应用程序使用我指定的 Delta(滚动)值将鼠标消息发送到 WebBrowser 控件?

I'm hosting some web content in a WPF app using the WebBrowser control (or Frame, havent' decided yet). There are some external influences that I'd like to use to simulate mouse wheel behavior in the web content. Is there a way for my WPF app to send mouse messages to the WebBrowser control, with a Delta (scroll) value that I specify?

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

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

发布评论

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

评论(1

揽月 2024-08-11 11:15:11

如果你找不到更简单的东西,试试这个。获取Web浏览器窗口句柄,以及SendMessage() WM_MOUSEWHEEL 到它...

希望这有帮助

If you will not find anything simpler try this. Get WebBrowser window handle, and SendMessage() WM_MOUSEWHEEL to it...

Hope this helps

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