PDA

Click to See Complete Forum and Search --> : i just...


Zambi
Feb 16th, 2001, 10:48 PM
I just recently made a web broser and i would like to know how to enable users to access previously visited sites through the browser's combo box like conventional web brosers.

plenderj
Feb 19th, 2001, 10:45 AM
Well when a user enters an address into the address box, you would record that in a textfile somewhere.
Then everytime they hit the dropdown arrow of the combobox, you would use a loop to fill the box.

Obviously you'd load the textfile at runtime and store the addresses in an array (or whatever). Then save the textfile every so often ...

- jamie