检测 Web 浏览器控件上的渲染开始

发布于 2024-09-18 09:59:52 字数 56 浏览 2 评论 0原文

尝试弄清楚网络浏览器控件何时开始向最终用户呈现(显示某些内容)。关于如何实现这一目标有什么想法吗?

Trying to figure out when the webbrowser control starts rendering (displays something) to the end user. Any idea on how to achieve this?

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

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

发布评论

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

评论(2

烟燃烟灭 2024-09-25 09:59:52

尝试使用网络浏览器。导航 和 Control.绘制 事件实现您的目标。

Try to use the WebBrowser.Navigated and Control.Paint events to achieve your goal.

铁轨上的流浪者 2024-09-25 09:59:52
  1. 浏览器控件上的 IViewObject::SetAdvise
  2. IAdviseSink::OnViewChange
  3. 查询控件的 IViewObject
  1. IViewObject::SetAdvise on the browser control
  2. IAdviseSink::OnViewChange
  3. query the control for IViewObject
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文