DPrometheus
Regular
Heyey
I have a WinForm application built in VB.NET, all works fine.
Now I want to have a nice icon to finish it all up.
I already have a form Icon (So it shows up while doing Alt+Tab, and the taskbar is also fine).
I also set the icon at the properties page for the application. And even in TaskManager and Explorer (rightclick application exe file -> properties), the icon shows as expected.
Although the .exe file still shows the default icon which VS2005 set at projection creation.
How can I change this icon as well?
The icon file consists of a 16x16 and 32x32 picture, both 256 colors as 16 colors.
~DP
After switching the View in Explorer I determined that the icon is succesfully registered, as the icon shows up in the following views:
- Small icons
- List view
- Detailes view
However the icon doesn't appear in the other ones
(tiles, medium, large and extra large icons)
I've added 48x48p Icons as well as 24x24p Icons, with no different results.
I have a WinForm application built in VB.NET, all works fine.
Now I want to have a nice icon to finish it all up.
I already have a form Icon (So it shows up while doing Alt+Tab, and the taskbar is also fine).
I also set the icon at the properties page for the application. And even in TaskManager and Explorer (rightclick application exe file -> properties), the icon shows as expected.
Although the .exe file still shows the default icon which VS2005 set at projection creation.
How can I change this icon as well?
The icon file consists of a 16x16 and 32x32 picture, both 256 colors as 16 colors.
~DP
After switching the View in Explorer I determined that the icon is succesfully registered, as the icon shows up in the following views:
- Small icons
- List view
- Detailes view
However the icon doesn't appear in the other ones
(tiles, medium, large and extra large icons)
I've added 48x48p Icons as well as 24x24p Icons, with no different results.
Last edited: