Why application icon is not showing up?
-
Hi, I created an application and successfully placed under programs group. However the icon is not showing up in the group. I created 32x32 4 bit icon. Under programs group I placed application's shortcut and the original application has been placed under program files group. What could cause such problem not to display the icon of application? Another question is how can I add the application under OS's remove applications group to be unistalled? Thanks.
What a curious mind needs to discover knowledge is noting else than a pin-hole.
-
Hi, I created an application and successfully placed under programs group. However the icon is not showing up in the group. I created 32x32 4 bit icon. Under programs group I placed application's shortcut and the original application has been placed under program files group. What could cause such problem not to display the icon of application? Another question is how can I add the application under OS's remove applications group to be unistalled? Thanks.
What a curious mind needs to discover knowledge is noting else than a pin-hole.
The icon needs to be set as the icon for the executable in your development environment. Assuming this is a .Net developed program you can right-click on your project, select "Properties", and then you will find the option to set the EXE's icon. If you want the program to show up in the "Remove Programs" UI you will need to have installed it using a cab. For more information on that see htis: Deployment[^]
Joel Ivory Johnson