|
-
Aug 2nd, 2007, 03:13 PM
#1
Thread Starter
Hyperactive Member
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!!!!! 
-
Aug 2nd, 2007, 03:26 PM
#2
Hyperactive Member
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."
-
Aug 2nd, 2007, 03:27 PM
#3
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.
-
Aug 2nd, 2007, 03:29 PM
#4
Thread Starter
Hyperactive Member
Re: Getting the Favicon, internet controls
example would be nice
Visual Basic Rules!!!!! 
-
Aug 2nd, 2007, 03:36 PM
#5
Member
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
-
Aug 2nd, 2007, 04:58 PM
#6
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|