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.
Printable View
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.
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