.ico

How should I use .ico files in a Winforms Application ?

I'm developing a WinForms c# 3.0 application. Our designer created quite a lot of .ico files containing all the needed art. The choice of .ico was made because quite often, the same image is needed in several places in different dimensions. Now, it seems .ico files are really annoying to use in visual studio. The only way to use those i...

What is the max possible size of an 32x32px .ico file?

Titles says it all. I'm making a favicon.ico script, and i need to know the max amount of bits possible. ...