Today Vivek created a C# windows application and he created a new ICON using visual studio. He applied same icon to the Form ,but after running the application we can’t see any change. I tried different scenario ,but no chance. So I decided to study about Icon format. |
Icon Format
The ICO file format is an image file format used for icons in Microsoft Windows. The icon files can contain more than one image with multiple sizes and colour depths. This is why it's so use full in some situations. When Windows shows the file list it checks the viewing settings and then determines which images to extract from the files' icons. When, for instance, a user looks at a file list with small icons, Windows extracts the images with the dimension 16x16 pixels from the icons. Also if Windows can show only 256 colors (8 bpp) it searches for images with 256 colors. However, if Windows can't find the appropriate image it chooses the closest one that fits the description. |
Creating / Editing Icon using Visual Studio
As early told editing an Icon means edit all Images inside the icon. In Image Menu we can select Current Icon image type, delete the current image type, and also we can insert new image type. After selecting current image type we can start editing . In VS2008 provides good UI for Editing Icons. There is an additional option for selecting image type , which is not in early versions of VS. |
No comments:
Post a Comment