可以看看下面的讨论,还是尽量使用成熟的html, javascript engine。
How to get started building a web browser? [closed]
http://stackoverflow.com/questions/598841/how-to-get-started-building-a-web-browser ------解决方案--------------------
this.Controls.Add(new WebBrowser()
{
Dock = DockStyle.Fill,
Url = new Uri("http://wwww.bing.com")
});
------解决方案-------------------- 撸主 看起来 很流弊的样子 ------解决方案-------------------- 用 webbrowser
http://download.csdn.net/detail/finallyliuyu/1411571, ------解决方案-------------------- 如果你自己能写一个内核出来,可以要求到相关部门工作了。
你不需要在市面上混饭吃了 ------解决方案-------------------- 自己写内核?我顶你。 ------解决方案-------------------- 用webbrowser,同时熟悉mshtml.dll和SHDocVw.dll之后,你将会无所不能。
至于自己写内核,我只能说too young too naive