having favorites to a webbrowser i made

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
Dagger13





Posts: 370
Joined: Wed Nov 22, 2006 12:37 pm

having favorites to a webbrowser i made

Post by Dagger13 »

ok so what i want is when i load the program it will have a tree view that i want the favorites in but i don't know how to make it so when you start the program the tree view will load the favorites everything i try doesn't work for this part and i want it to have unlimited favorites

o and i use vb and this is a web browser im making and i dont want to internet explorer favorites on there i want it so i can add them from this program and i want a tree view to load them

so can somebody please figure out a code and give it to me? :cry:
and no im not a n00b at programing
Image(An Old one.)
User avatar
Altimit01




Connoisseur Snitch! Literarian 500

Posts: 947
Joined: Sun Jun 04, 2006 12:10 pm

Post by Altimit01 »

Some sort of textfile kept inside a program folder that contains all the favorites info? Read the info into a dynamic array of a favorites class and if anything is changed, before the app closes erase and rewrite the file. Best guess on my part.
Image
Download Eschaton: Halomods | Filefront | Mediafire
User avatar
Dagger13





Posts: 370
Joined: Wed Nov 22, 2006 12:37 pm

Post by Dagger13 »

i know that but i cant figure out how to load it into the tree view after i start the program
Image(An Old one.)
stevo3463





Posts: 4
Joined: Thu Oct 19, 2006 1:59 pm

Post by stevo3463 »

if you know how to load text into a treeview do that from your resources.

if not then read up on treeviews

codeproject.com

im C# but i think they have VB stuff in there too
medp





Posts: 13
Joined: Sun Dec 24, 2006 1:42 pm

xml

Post by medp »

try saving an xml file and a property that contains the path, then just load each information into a Dictionary<> to associate the display name and url that it leads to.
User avatar
LuxuriousMeat





Posts: 824
Joined: Thu Nov 03, 2005 6:43 pm
Location: zzzzzzzzzzzzzzzz
Contact:

Post by LuxuriousMeat »

Nice 6 month bump...
Image
User avatar
Dagger13





Posts: 370
Joined: Wed Nov 22, 2006 12:37 pm

Post by Dagger13 »

yeah i figured out a way a very long time ago its got favorites and history and custome themes and a lot other stuff
Image(An Old one.)
Post Reply