Click here to Skip to main content
15,867,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

I want to change the default icon on my VS appln (MFC dialog based apln).
But when I tried to import the resource file (.ico) it is giving error

Visual Studio image editors do not support editing 32 bit color image"


Does any one know , why it's showing like this ., what we need to do ?
Posted

1 solution

You need to write separate .RC(resource file) where it points to the icon (.ico) file.

1. Change ICON of MFC Application and Dialog[^]

2. Replacing the Default MFC Icon[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900