icon file not displaying icon figure I drew

G

Guest

Hello,

I have created icons before with icon editor that comes with VS2003 without
any issues. Today I created another icon for my VB.Net app. But this .ico
file is not displaying the figure that I drew on it in the editor (32x32).
When I add the icon to the project, the icon does not display the figure on
the form, but it does display in the Alt-Tab box, and it displays in the
Project Properties page. Also, the icon does not display the figure in the
icon solution window. I also added the icon to a shortcut that I created in
the ajoining setup/install project that I added to my project. On most of my
projects/apps the icons I create display the figures. But not this project.
Is there something I need to do (or undo)?

Thanks,
Rich
 
H

Herfried K. Wagner [MVP]

Rich said:
I have created icons before with icon editor that comes with VS2003
without
any issues. Today I created another icon for my VB.Net app. But this
.ico
file is not displaying the figure that I drew on it in the editor (32x32).
When I add the icon to the project, the icon does not display the figure
on
the form, but it does display in the Alt-Tab box, and it displays in the
Project Properties page.

Maybe the icon file contains other (empty) icon images with different color
depths or resolutions which are picked instead of the image you have drawn.
To check this, open the icon file in VS.NET, right-click the editor panel
and choose the appropriate menu item to see which images are contained in
the icon file.
 

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

Similar Threads

Application Icon 7
Icon 1
getting 16x16 icon from icon file 3
"embedded icon resource" ? 1
Icon Chalange 2
icon for UserControl 4
System Tray Icon Sizes 1
VB 2003's icon editor 3

Top