I've built a Web Browser as a private project, but i'm unable to make a favourites list, i have the Favourites pane on the left of the screen, and toggleable (on/off), but how would i make something that save a name and a url, that can be clicked on to makem the browser go to what the user clicked....and how would i make that into an xml file that can be loaded and saved by the user...
i want people to be able to simply click a button to make a window appear (i have built that already)
and in the window have 2 textboxes and two buttons
tb1 = namebox
tb2 = urlbox
button1(ok) = Button1
button2(cancel) = Button2
and i want it so when the user clicks ok it take the name and url from the boxes and adds it into a file in the favourites list
splitcontainer1.panel1
can anyone help me with this
Please, its sending me insane, can anyone help me fix this.

Adding favourites to a WebBrowser control project
infomax
Take a look at this thread, talks about bookmarks and saving url's about half way through
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=539251&SiteID=1
Customize it to your needs however the main functionality is there