Icon Logo Requirements
What is the best way to meet these logo requirements in CF 2.0 and VS 2005.
Required: 16x16 and 32x32 Pixel Icons for Application and File TypesApplications are required to register 16x16 and 32x32 pixel icons for their main executable and saved file types.
High DPI ImplementationsThe shell will stretch application icons:If an application does not provide a correctlysized icon the Shell will automatically stretch the provided application to the proper size. This could result in aesthetic problems. Developers are encouraged to redesign high dpi icons for their applications.What size is a proper size icon? How do I tell?
I think you also need to include a 64x64 icon for High DPI devices (16x16 and 32x32 for regular 96 DPI devices; 32x32 and 64x64 for High (192) DPI devices). The required size can be calculated using the following formula
Size = Size_For_96DPI * Device_DPI_Value / 96.
Hope this helps,
Sergey.
Hi Friends,
I hope you can solve my problem.
I am placing few shortcuts in different folders by the help of CAB. Actually my application Icon size is 16X16. The short cut icons in Start menu, Application Folder are placed as it is as my icon. But in Prgrams folder(start--> programs) It appears very small and the rest of the place black.
When I try with 32 X32 Programs folder short cut icon displayed properly but all other shortcuts displyed with 25% of the icon.
I think I have to place to icons one is 16 X16 for few short cuts and 32 X32 for program folder icon.
Can any guide me how to come out from this problem.
Thanks in Advance