I'm working on a custom browser using the WebBrowser control, and I've got an almost fully-functional favorites menu, but I am having trouble implementing favicons. I wrote code to download the favicons using the data in the favorites files, and add them to the favorites buttons, and it works, but it takes a really long time (several minutes) to download all of them each time I start up my browser. I know Windows/IE stores them somewhere, but I don't know where... can anyone help