Windows Mobile application icon

Posted by Andy White on Stack Overflow See other posts from Stack Overflow or by Andy White
Published on 2009-11-17T22:18:47Z Indexed on 2010/04/08 6:03 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

Is it possible to specify the application icon for a windows mobile app from a resource file or other configuration besides the .csproj?

The reason I would like to do this is because I have an application that can be configured to run in several different ways. We would like to build out three unique .cabs based on these configurations, and we would like to use a different icon for each version.

One option we've considered is just running multiple builds and swapping out the icon file each time, but we were hoping there would be a way to do this using a "resource" DLL or something along those lines, that could be compiled or linked in to the main .exe.

© Stack Overflow or respective owner

Related posts about windows-mobile

Related posts about icon