Re: Obtaining the Favicon without downloading?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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: URLDownloadToFile API failing due to disclaimer page
    ... Think of the DOM as one big treeview with each HTML tag being a node. ... The easiest way it to load a web page in a web browser control and ...
    (microsoft.public.vb.general.discussion)
  • Re: URLDownloadToFile API failing due to disclaimer page
    ... I suppose you could load the page in a web browser control and ... se...it's an image with a hyperlink. ... I've used the DOM before to ... retrieved from any open window of class "Internet Explorer_Server", ...
    (microsoft.public.vb.general.discussion)
  • Re: string value of every element
    ... If you had asked for the string value of /fruits/fruit, you would get "apple", since the string value of a multiple-node result is the string value of the first match. ... You'd need to iterate through the results to gather the other values, and of course concatenating them into a string would be your responsibility. ... If you're using the simple DOM operations, elements don't have a string value; you must navigate the tree and gather the values. ...
    (comp.text.xml)
  • 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)