Form icon not displaying

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've added an icon to a form and it displays fine in the designer, but when I test the app by either deploying to the emulator or to the actual device, it doesn't display - I just get the default windows icon. Using PPC2002.

Thanks,
AKM
 
Where do you expect it to show?

--
Alex Yakhnin .NET CF MVP
www.intelliprog.com | www.opennetcf.org

AKM said:
I've added an icon to a form and it displays fine in the designer, but
when I test the app by either deploying to the emulator or to the actual
device, it doesn't display - I just get the default windows icon. Using
PPC2002.
 
Sorry, I should have been clearer. The icon is the actual form icon - set in the property window. It should appear in the top-left corner of the form and does so in the designer when I set it, but not when I deploy it

Thanks
AKM
 
That icon won't change. You will be able to see the icon through File Explorer but not while the app is running

//Mar

----- AKM wrote: ----

Sorry, I should have been clearer. The icon is the actual form icon - set in the property window. It should appear in the top-left corner of the form and does so in the designer when I set it, but not when I deploy it

Thanks
AKM
 
Oh! Thanks very much ... what a bummer Why do they even have a form icon property? Just a holdover from the Windows.Forms class

Cheers
AKM
 
The icon is cached. try doing a soft boot and if you have the correct
icon formats it should show up.

bruha
 
Back
Top