Dear Alex,
Thanks for using Newsgroup service!
Based on my understanding, you have created an .ico file with 256x256
and128x128 size images in it, and assign this .ico file to your
application, then put this application on the desktop of a Vista machine
and change the desktop view to Large Icons, but the icon of your
application won't be rendered as 128x128 size as you want.
As far as I know, an .ico file with a 256x256 size PNG image in it will be
displayed correctly on Vista desktop.
You can open your apllication execution file in the Visual Studio via
"File->Open->File...", and check whether the 256x256 size image in the
application icon file is of PNG type.
I use the following steps on my Windows Vista Enterprise(32bit) machine,
the icon of the application displays as 128x128 size as expected.
1. Open an .icon file creation tool (Microangelo Studio or similar);
2. Create an new image with 256x256 size, 32bit ARGB color depth, and PNG
compression;
3. Create an new image with 128x128 size, 32bit ARGB color depth, and PNG
compression;
4. Create an new image with 48 x 48 size, 32bit ARGB color depth, and
none compression;
5 .Create an new image with 32 x 32 size, 32bit ARGB color depth, and
none compression;
6. Create an new image with 16x 16 size, 32bit ARGB color depth, and
none compression;
7. Draw something on the images;
8. Save the .ico file;
9. Create a test Windows Forms application on Visual Studio Team System
2008;
10. Right click on project node in the Solution Explorer and select the
"Properties" item;
11. On the "Icon and manifest" section of the "Application" project
properties page, select the icon file created in the previous steps;
12. Build the application, and copy the execution file to the desktop.
13. Right click on the desktop and select "View->Large Icons".
Please try these steps and let me know the result.
Sincerely,
Zhi-Xin Ye
Microsoft Managed Newsgroup Support Team
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(E-Mail Removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.