vote up 2 vote down star

Icon I set in properties is visible in taskbar and when on application window, but application icon in explorer is different.

flag
Why the down votes? This is a very valid question. – biozinc Dec 2 '08 at 15:24
I guess someone disagrees with you. – Mark Brady Dec 2 '08 at 15:40
Guess so. Oh well. Sorry for Goran – biozinc Dec 2 '08 at 15:45

3 Answers

vote up 1 vote down

If you're using Visual Studios, this can be set in the Application Properties (the Project menu, I believe). This is the same place you set your resources, target .net, etc.

link|flag
vote up 4 vote down

Could it be that the application icon you have set has different images at different icon sizes and this is why you are seeing a difference in explorer?

To test this, open your icon in Visual Studio. The different resolutions are listed (on my screen to the left). If you don't want to create all resolutions, just delete the ones you don't want and Windows will attempt to resize icons for you, although they will appear blocky in another resolution.

link|flag
vote up 4 vote down

Ok. Think I got this:

You've been setting the Icon property of your Frame, not the application. Since the frame gets its own entry on the task bar, you see the correct icon there.

To get the right icon for your executable, go to the executable project in your solution, and go to its properties. You'll see a setting on the Application tab for icon (Under Resources). Now, when you go to the .exe in explorer, it will have the right icon.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.