Click here to Skip to main content
15,891,775 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello everybody.
I'm have a project at school. it require me make a web browser using c/c++(of win32) to write this project. Could any one give me some advice about this. What should i study in c++ to write this project? what document is useful for this one? I'm don't know what lib in c++ support to render html and what protocol to support this. Is that http?.. i will appreciate for any help
Posted
Comments
[no name] 2-Apr-11 4:33am    
Are you sure you understood the assignment right? It seems a bit much to ask for someone to write a web browser as school project...
nguyenle.it 2-Apr-11 9:21am    
Hi Thaddeus
Thanks for your comment.
My teacher ask me what to do, that is just make a mini web browser using c/c++. we don't need to take care the render of html, we just take care the protocol to crawl the html page and use whatever lib to render it. So i don't know what protocol and lib in c++ which support for this.

1 solution

You can use the microsoft IWebBrowser2 object to do that.
MSDN http://msdn.microsoft.com/en-us/library/aa752127%28v=vs.85%29.aspx[^]
Good luck.

[edit]
you need to know, how to use COM-objects.
 
Share this answer
 
v2
Comments
nguyenle.it 2-Apr-11 9:25am    
Could you give me more link about COM-objects. I'm just new with network programming. I'm just want to make a mini web browser.
Thanks for give me solution
mbue 2-Apr-11 10:09am    
You can search here at this site for some articles about COM. To use that browser object you dont need to know anything about the http-protocol. Its the same object used in internet explorer.
Regards.

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