You should assign an icon to a form in your project (Go to the from properties, and browse for an icon in the Icon property). Then you go to the Project properties and select the Make tab. There you could set the icon from one of your forms as the project icon.
I have two versions of the same icon - one 16x16 pixels and one 32x32 (a "cursor"?). I have changed all the form icons to the 16x16 version, and the project icon is changed to that as well. However, when you view the executable icon in a (Windows) folder with the "Large Icons" display setting, the 16x16 icon is stretched to 32x32 and (obviously) severely distorted.
Is there any way to replace the project icon with a different (i.e. larger) graphic than those that are used for individual forms, or to at least specify an alternate, larger icon when necessary?
.ico files can store both resolutions in there. The problem is most icon editors don't give you a way to edit them. I use the resource editor in Visual C++ to edit my icons.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.