Form Icon not showing

  • Thread starter Thread starter Peter Villadsen
  • Start date Start date
P

Peter Villadsen

Hello all

I am trying to add an icon to my form, but it does not show correctly in the
running application (but correctly in the designer). The icon I'm using
contains both 32x32 and 16x16 in 16 colors. From Googling for this, I came
across a thread that suggested that it is simply not possible to assign an
icon to a form. Can anyone confirm this? Why would microsoft waste
everyone's time by exposing a property without any relevant function? I am
baffled, and fed up with spending too much time on a detail like this.

Best Regards

Peter Villadsen
 
Mine work with 256 colors... Have you tried resetting the target? Sometimes
images are cached...

Cheers
Daniel
 
If you are developing for Pocket PC then forms don't have icons within the
Pocket pc shell - however you can assign an icon to the application. The
property is there because some more conventional looking shells eg the
windows CE Emulator which ships with Visual studio do support icons on
forms.

Peter
 
Back
Top