Problem with Application Icon

  • Thread starter Thread starter Allen Holman
  • Start date Start date
A

Allen Holman

I am having a problem attaching an application icon to a
pocket pc application. I have attached a 16x16 icon and
a 32x32 icon. Regardless of which icon I use, the PDA
(an Ipaq 3835) displays a normal size icon with my icon
occupying the upper left 1/4 of the icon and the
remainder of the area is garbled. The program is written
with Visual Studio .NET 2003 using C# and the compact
framework.

I have lots of graphics and icons in the program and they
all work fine with the exception of the application
icon. I even have a listview that I populate with 32x32
icons and they display correctly.

I don't know what else to try.

Any assistance will be appreciated.

Allen
 
An icon actually consists of several "bitmaps" of different sizes and
colors. You might also have a larger icon in addition to the two you made
in your icon. Delete all icons in your icon except the 2 you want.

I had a similar problem until I realized this.

-Mark
 
Note that Pocket PC caches icons used in file explorer and Start menu. You
should soft-reset the device to force the icon to be re-read from the file.
Chances are that somewhere along the line your changes may have fixed the
icon but you are still seeing a cached copy of the original "faulty" one.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
 
Back
Top