Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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 ??
Posted

1 solution

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[^]
 
Share this answer
 
Comments
Member 11873642 1-Aug-15 16:54pm    
that's oky can you give me an example for a web browser that i can download it and run it with vb 2008..
himanshu agarwal 3-Aug-15 4:17am    
What do you mean by running a browser with VB?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900