How can I get a websites favicon when using the WebBrowser control?
Posted
by Xaero
on Stack Overflow
See other posts from Stack Overflow
or by Xaero
Published on 2010-04-07T14:43:01Z
Indexed on
2010/04/08
11:03 UTC
Read the original article
Hit count: 512
I have a Windows Forms WebBrowser control embedded in my application. Is there any way to get a web pages favicon using either the WebBrowser or HtmlDocument API? Even obtaining it from the local file system would suffice. Downloading the icon as a separate operation would be a last resort...
Thanks.
© Stack Overflow or respective owner