Re: Obtaining the Favicon without downloading?



On Nov 21, 1:05 am, Nathan Moinvaziri <nmoinvaz...@xxxxxxxxx> wrote:
I don't believe the web browser control actually downloads the
favorite icon. I think that might be the job of the application that
hosts the web browser control. So you could iterate through the DOM
and then download the favicon that is specified in the DOM.

Nathan

Seriously? It must at least be in the IE cache though, right? I
suppose I could try looking for www.domain.com/favicon.ico in the
cache and hope they use the old-style method, instead of the link/rel
specification...
.



Relevant Pages

  • Re: Create and Run HTML Page from Windows Form
    ... Drop a web browser control on your form. ... the easiest way to work with the DOM. ... ..net windows forms web browser control ... Is it possible to code a Windows Form application to create an HTML file in the Forms project folder, embedd variable values in hidden fields, and have the HTML page redirect to another site? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Obtaining the Favicon without downloading?
    ... I don't believe the web browser control actually downloads the ... hosts the web browser control. ... So you could iterate through the DOM ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)