PDA

View Full Version : Web Browser Help


Haydeng
02-17-2007, 04:08 PM
Ok,

I'm making my web browser and I have a google search box at the top like how firefox has it in the top right. Anyway, I made it so I can have different options (google, windows live, yahoo, etc.) Now I was wondering how I could make it so when you chose one it would save it so that the next time you launch the program, it will default to the one you had chosen.

TristanD
02-18-2007, 03:08 PM
save it to the registery and make ur app check if it has been saved and what has been saved.. then load the value and use itt

Haydeng
02-18-2007, 03:53 PM
I haven't done much with the registry... so how would I do that? I'll do some research.