Results 1 to 6 of 6

Thread: internet stuff

  1. #1

    Thread Starter
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930

    Question

    Where in the world does Internet Explorer store the home and search pages, and how can I change them with a VB program? I'm messing with a simple browser of my own, and I want to give it the ability to set new ones.

  2. #2
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217
    Dunno where, but try doing a search for text on your HD, its how i found the netscape history
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  3. #3
    Hyperactive Member
    Join Date
    May 2000
    Location
    Or
    Posts
    316
    If you want to change the search and home pages for IE, you will have to do it in the registry. IE Stores this information in:

    Code:
    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
    and

    Code:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main
    The keys to change are "Start Page" and "Search Page". The information has to be changed here, because Microsoft's default search and start pages do not reside on your harddrive, but are server side.

    Hope this helps.

  4. #4
    Addicted Member Stephen Bazemore's Avatar
    Join Date
    Aug 2000
    Location
    North Carolina
    Posts
    158
    Internet explorer stores your Homepage url in the registry. I'm not sure about the exact key, but look in regedit somewhere under HKEY_LOCAL_MACHINE\Software\Microsoft
    I'm not sure about netscape.
    Stephen Bazemore
    Email:[email protected]

  5. #5
    Addicted Member Stephen Bazemore's Avatar
    Join Date
    Aug 2000
    Location
    North Carolina
    Posts
    158
    sorry i didnt see your post reeset.. but that's right. so disregard my post.
    Stephen Bazemore
    Email:[email protected]

  6. #6

    Thread Starter
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930
    Thanks everyone. After a little thought after I posted, I decided it would be much easier and safer to just use my own ini file and some API calls. I've never messed with the registry, and I don't think it's a good idea for me

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