File program Icon

  • Thread starter Thread starter Beorne
  • Start date Start date
B

Beorne

I'm developing on WindowsCE.
I've created an Icon resource, I've put it on project properties but
after I deploy the application the icon of the exe in program manager
is always the white square. How could I embed the icon so to have it
displayed in file manager?
Thanks.
 
I'm developing on WindowsCE.
I've created an Icon resource, I've put it on project properties but
after I deploy the application the icon of the exe in program manager
is always the white square. How could I embed the icon so to have it
displayed in file manager?
Thanks.

It's just deploy from visual studio, not installing from cab? If yes,
than
1) make sure that icon is copied into device (solution explorer, click
on icon file, properties, 'copy to output device')
2) restart device (or emulator) :)
 
It's just deploy from visual studio, not installing from cab? If yes,
than
1) make sure that icon is copied into device (solution explorer, click
on icon file, properties, 'copy to output device')
2) restart device (or emulator) :)

I did not restarted the device.
Thanks.
 
Back
Top