网络浏览器控制限制 [英] Webbrowser Control Limitations

查看:29
本文介绍了网络浏览器控制限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Windows 窗体 C# 项目中使用 WebBrowser 控件,想知道您可以同时运行多少此类应用程序的实例是否有任何限制.(换句话说,MSFT 是否强制执行物理机限制之外的任何限制 - CPU/内存等)

I am using the WebBrowser control in a windows form C# project and wanted to know if there are any limitations of how many instances of such application you can have running at the same time. (in other words does MSFT enforce any limitations other than physical machine limits - CPU/memory etc)

推荐答案

WebBrowser 控件没有人为限制.

但是,它使用 IE 的渲染引擎(无论最终用户的计算机上安装什么版本),因此它使用了相当多的内存.

However, it uses IE's rendering engine (whatever version is installed on the end-user's computer), so it uses a fair bit of memory.

你想做什么?

如果您正在尝试编写网络浏览器,我建议您使用更好的渲染引擎,例如 WebKitGecko.

If you're trying to write a web browser, I recommend that you use a better rendering engine, such as WebKit or Gecko.

这篇关于网络浏览器控制限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆