views:

48

answers:

2

Hi, I need to change the title bar icon of the Internet Explorer. Iam using IE v.6. I tried using Favicon but its changing only the address bar icon and if we add the page to the favorites or bookmark its displaying the icon!!! but its not changing the title bar icon of the IE. Note : I want the icon to be changed programatically not manually. Any suggestions?

+5  A: 

The title bar icon is built-in to IE. No webpage can change that icon.

Evan Mulawski
Apart from IE9 where you can change all the icons, and even have overlay icons if your website is pinned :)
Nico Burns
@ nico ~ can u let me know how can i do that???
harishtps
http://msdn.microsoft.com/en-us/library/gg131029(VS.85).aspx and scroll down to "Customizing a website launched from a pinned site" - but note that this is Windows 7 Only.
Evan Mulawski
A: 

WM_SETICON.

jeffamaphone