关于浏览器速度...和选项.

关于浏览器速度...和选项.

问题描述:

为什么用vb.net或任何语言制作的网络浏览器不如google chrome(即ie9)快,
firefox等如何使其快速.
以及为什么在最新版本的浏览器中使用vb.net制作的网络浏览器中没有出现"+ you" google +选项.

*需要此问题的代码*.

why web browser made in vb.net or any language is not as fast as google chrome, ie9,
firefox etc. how to make it fast.
and why "+you" google+ option is not coming in web browser made in vb.net while it comes in latest version of browsers.

* wants code for this problem *.

因为您尚未编写自己的Web浏览器?您可能要做的就是将WebBrowser控件放在窗体上.这是IE导航和呈现引擎实例的包装,该实例必须在Windows Forms的限制范围内工作.

因此,除非您花了10年的时间从​​头开始编写自己的Web浏览器,而不使用ToolBox控件,否则您实际上还没有编写自己的wweb浏览器.

为什么浏览器中没有出现"+ you" google +选项

我不知道您在用这个描述说什么.
Because you haven''t written your own web browser? All you probably did was drop the WebBrowser control on your form. This is a wrapper for an instance of IE''s navigation and rendering engine, which has to work inside the limitations of Windows Forms.

So, unless you put about 10 mean-years into writing your own web browser from scratch, not using the ToolBox control, you haven''t actually written your own wweb browser yet.

why "+you" google+ option is not coming in web browser

I have no idea what you''re talking about with this description.