Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I've developed a simple c# web browser...And I need to add bookmarking and history capabilities to to it...please help
Posted

1 solution

'writing a web browser' is a cool introduction to the fact that you can use components to 'write' something, without writing much of anything. As all you really need to do, is drag a component on to a form, it is hard to know if you're able to do any actual programming yet, or not. That makes this hard to answer, in a way. If you added a place for people to type URLs, and if it updates the URL as people browse, a favorites list is just an XML list of URLs added from that textbox when people push a button. It does not have to be XML, but that's the format that makes sense, I believe that is what the browsers use.
 
Share this answer
 

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