Results 1 to 6 of 6

Thread: Getting the Favicon, internet controls

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2006
    Posts
    389

    Getting the Favicon, internet controls

    I am working on a browser, and I would like to display the favicon for the current site next to the address text box...

    is there a function in the internet controls that will do this for me?

    or will I have to parse the favicon, download it, and display it?
    Visual Basic Rules!!!!!

  2. #2
    Hyperactive Member
    Join Date
    Jun 2006
    Posts
    448

    Re: Getting the Favicon, internet controls

    Well, since the favicon is normally saved like this: www.thesite.com/favicon.ico

    You could just download the image and have it displayed in a picture box, directly to the side of the web browser, using only a few lines of code.
    "Remember, remember the 5th of November, the gun powder treason and plot. I know of no reason why the gun powder treason should ever be forgot."

  3. #3
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: Getting the Favicon, internet controls

    how are you making the browser?
    really from base off, or are you using the web browser object?

    if you could get the ip address for each page, it would be as easy as sending a http request.
    Delete it. They just clutter threads anyway.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    May 2006
    Posts
    389

    Re: Getting the Favicon, internet controls

    example would be nice
    Visual Basic Rules!!!!!

  5. #5
    Member
    Join Date
    Feb 2005
    Posts
    36

    Re: Getting the Favicon, internet controls

    I think k0zz means that you look for and determine if the http://www.site.com/favicon.ico file exists, and if it does, downloads it onto the user's computer and shows a basic picturebox or something to that effect that shows the favicon.

    If the favicon.ico file does not exist, then it just shows the browser icon

  6. #6
    Hyperactive Member
    Join Date
    Jun 2006
    Posts
    448

    Re: Getting the Favicon, internet controls

    Yeah, thats what I was getting at.
    "Remember, remember the 5th of November, the gun powder treason and plot. I know of no reason why the gun powder treason should ever be forgot."

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