制作使用vb 2008 express的网络浏览器...

制作使用vb 2008 express的网络浏览器...

问题描述:

我下载了Awesomium v​​1.7.5.1,但我没有在工具箱中找到任何可以用来制作网页浏览器的东西..我正在使用visualbasic 2008 express ..有没有办法来制作没有使用iexploler的网页浏览器??

i downloaded the Awesomium v1.7.5.1 but i didn't found any thing in the toolbox that i can use it to make the web browser .. i'm useing visualbasic 2008 express.. is there any way to bulid a web browser without using iexploler ??

从网站上看,Awesomium是一个UI库,然后是一个Web浏览器构建工具包。



也就是说,浏览器可能会有大量的东西,而不是发出HTTP请求和处理响应,你想做所有这些吗?我不这么认为。



另外,如果你正在制作自己的网络浏览器,那你为什么要使用IE?



如果您的目的是能够调用网页/网站并使用VB获取响应流,那么请看一下这个,它也有一个示例代码。



https://msdn.microsoft.com/en-us/library/456dfw4f(v = vs.110).ASPX CS-保存琅= 1&安培; CS- lang = vb#code-snippet-15 [ ^ ]
From the website, it appears Awesomium is a UI library then a web browser building toolkit.

That said, there could be loads of stuff that a browser does than making HTTP requests and handing response, do you want to do all that? I don't think so.

Also, if you are making your own web browser, then why would you use IE?

If your intention is to be able to make calls to a web page/site and get the response stream using VB then look at this one, it has a sample code as well.

https://msdn.microsoft.com/en-us/library/456dfw4f(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-15[^]