ICON Problem with .NET

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.
 
M

MichaelLipp[MS]

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.
 
R

Richard K

Can that be done within VS somehow? Or do I have to run a command-line
compile?

Dick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top