Transparent image

  • Thread starter Thread starter Jacek
  • Start date Start date
J

Jacek

Hello

I'd like to create transparent image for my application.
If I point to bmp or ico file in project properties,
shortcut created to this exe file has non-transparent icon
in start menu on PDA and this does not look good.

thanks for any tip

Jacek
 
I got transparent icons to work by using just 256 color icons. I created an
..ico file with a 16x16 256 color icon and a 32x32 256 color icon for my app.
When I tried using an icon with more colors it didn't work right.

- Mark
 
Just to add to this - note that icons are cached so you might make a
successful change but this will not be reflected in the start menu. You'll
need to soft-reset the device after deploying the project with this new
icon.

Peter
 
Unfortunately it did not help - I obtain black background instead of
transparent. Could You just email me some example of such icon to
(e-mail address removed)

thanks in advance

Jacek
 
Back
Top