where's my icon?

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)
 
P

Peter Foot [MVP]

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
 
A

Alex Feinman [MVP]

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
 

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