Results 1 to 2 of 2

Thread: i just...

  1. #1
    Zambi
    Guest
    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.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width