ICON Problem with .NET

  • Thread starter Thread starter Sarathy
  • Start date Start date
S

Sarathy

I am using .net 2003 to build application for my Pocket PC. I am giving an
icon in the project properties icon. But it is now showing the proper icon
if I build and depoly the application in my device.

It is showing default icon ( a small window) in the device.

I even tried to build cab files and created setup files using ezsetup giving
the icon file in the inf file. But no result.

anyone can help me in this regard.

Thanks,
Sarathy.
 
There's a known bug where VS for devices is not setting the property
command line switch for the icon. If you want to specify icon for the exe
(that shows up in the file explorer as thumnail), then you need to use the
/win32icon compiler switch.



NETCF Beta FAQ's -- http://www.gotdotnet.com/team/netcf/FAQ.aspx
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Can that be done within VS somehow? Or do I have to run a command-line
compile?

Dick
 
Back
Top