Thanks, Peter you were right as rain. I created my icon in the manner you suggested and it worked great! Kinda of a pain when you have to do a soft boot. However, if it works go with it
----- Peter Foot [MVP] wrote: ----
Create an Icon (.ico) file with at least a 32x32 256 Color icon and a 16x1
256 Color icon for your app. You can do this using the editor built int
Visual Studio or any third party icon editor. Then in your Visual Studi
project open the project properties. In the Build page Application Ico
property select the .ico file you created. Rebuild and deploy th
application to the device. If you have previously deployed the applicatio
to the device with the default icon you may need to soft-reset to see th
new icon because the icons are cached
In the default .INF file (your project folder\obj\Release or your projec
folder\obj\Debug) Visual Studio creates when you use Build Cab Files ther
will be a shortcut created in the Start Menu\Programs folder for you
application. If you open the .inf file you will see this near the botto
(except with your application name of course
[Shortcuts
AccessViewer,0,AccessViewer.exe,%CE11
if you change the destination to %CE17% this will place the shortcut i
\Windows\Start Menu (or localised equivalent). You can read about thes
%CE*% identifiers in the Visual Studio help under "Windows CE Director
Identifiers". Once you've changed this inf file you'll need to rebuild th
CAB files by running the BuildCab.bat file in the same folder
Pete
--
Peter Foo
Windows Embedded MV
OpenNETCF.org Senior Adviso
www.inthehand.com |
www.opennetcf.or "Tom Couvret" <NOTtomcouvret@spamcop.net> wrote in messag
news:%23WOvS2H8DHA.1632@TK2MSFTNGP12.phx.gbl..
[quoted text, click to view] > Hello to all
>> I think this must be really simple, and I must be asking the wron
> questions in the search engines, but 2 things..
>> 1) Can someone please help me with how to set the application icon on
> .NET CF app
>> What I would like is to set the icon that is shown for the app when yo
> look under Program Files
>> 2) I also cant find how to tell it to include a reference to my app i
> the startment. I assume its simple - something to do with the .inf o
> the .ini file, but again I cant see any simple examples that tell me ho
> to do it. Of course the icon should again be the same as above
>> Normal appologies if its been asked before, etc
>> To