Problem with Application Icon

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
 
M

Mark McKnight

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
 
P

Peter Foot [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top