where's my icon?

  • Thread starter Thread starter Stephen Alpert
  • Start date Start date
S

Stephen Alpert

I've built an app using .Net 2003 for the CF and it works well except for one
thing. When its running, I can't see any icon in the start bar (at the top).
If I browse to its folder, the icon appears. I have both 16x16 and 32x32 icons.
The ico file is referenced in the project properties...

I'm not deploying via cab yet, just copying to business folder.

tnx,
/steveA
my email (e-mail address removed) is encrypted with ROT13 (www.rot13.org)
 
The icon will only appear in the recent programs part of the start menu if
it was launched from a start menu shortcut in the first place. If you are
running the application from file explorer or through VS.NET it will not
appear on this list (but will of course appear in the Memory applet in
Settings).

Peter
 
Open project properties and under Common Properties/Build in VB or COmmon
Properties/General in C# set Application Icon property. Then set the same
icon in main form properties/Window Style/Icon
 
Back
Top