PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework App.ico looks degraded on Pocket PC device

Reply

App.ico looks degraded on Pocket PC device

 
Thread Tools Rate Thread
Old 11-02-2004, 02:45 AM   #1
Edward J. Stembler
Guest
 
Posts: n/a
Default App.ico looks degraded on Pocket PC device


Is there Microsoft document out there which describes which icon
formats are supported by Pocket PC (2003) / Compact Framework?

For example, I have a nice icon I've created which contains the
following formats:

128x128 (32-bit color)
96x96 (32-bit color)
48x48 (32-bit color)
32x32 (32-bit color)
24x24 (32-bit color)
16x16 (32-bit color)

By 32-bit color, I mean a 24-bit image with an 8-bit alpha channel
(i.e. Windows Xp style). However, when my app is deployed to my Dell
Axim X3 the icon looks degraded. So, I'm assuming that Pocket PC or
the CF does not properly support 32-bit icons. I'd like to know which
format(s) it perfers.
  Reply With Quote
Old 11-02-2004, 05:43 AM   #2
John T
Guest
 
Posts: n/a
Default Re: App.ico looks degraded on Pocket PC device

"Edward J. Stembler" <ejstembler@hotmail.com> wrote in message
news:87a0dcbc.0402101845.6eb32ebd@posting.google.com
>
> I'd like to know which format(s) it perfers.


I've had good luck with 256-color icons. I haven't tried any XP-style
icons, but I've heard of others having similar problems as yours.

--
John T
http://tknowlogy.com/TknoFlyer
http://www.pocketgear.com/products_...eveloperid=4415
____________________


  Reply With Quote
Old 11-02-2004, 02:52 PM   #3
BuddahDog
Guest
 
Posts: n/a
Default Re: App.ico looks degraded on Pocket PC device

I would assume it looks degraded because the CF does not support alpha
blending. 24 bit color by itself should be fine. As for sizes, I
believe the only ones needed are 16x16 (used in file explorer and
start menu) and 32x32 (used in Start->Programs).

ejstembler@hotmail.com (Edward J. Stembler) wrote in message news:<87a0dcbc.0402101845.6eb32ebd@posting.google.com>...
> Is there Microsoft document out there which describes which icon
> formats are supported by Pocket PC (2003) / Compact Framework?
>
> For example, I have a nice icon I've created which contains the
> following formats:
>
> 128x128 (32-bit color)
> 96x96 (32-bit color)
> 48x48 (32-bit color)
> 32x32 (32-bit color)
> 24x24 (32-bit color)
> 16x16 (32-bit color)
>
> By 32-bit color, I mean a 24-bit image with an 8-bit alpha channel
> (i.e. Windows Xp style). However, when my app is deployed to my Dell
> Axim X3 the icon looks degraded. So, I'm assuming that Pocket PC or
> the CF does not properly support 32-bit icons. I'd like to know which
> format(s) it perfers.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off