If mfc is used for the program a icon is placed in the top left of the program that says mfc. I know I changed this before but i forgot how to. I would like to replace it with my own icon. Is this possible of do you have to just not use mfc?
If mfc is used for the program a icon is placed in the top left of the program that says mfc. I know I changed this before but i forgot how to. I would like to replace it with my own icon. Is this possible of do you have to just not use mfc?
Sure, you can change the icon. I use VC++, and if I open the resource folder, there is an icon folder in there. If I right click the icon folder, I can import icons from elsewhere on my computer, or I can click on IDR_MAINFRAME in the icon folder, which lauches the resource editor with the MFC icon displayed. Then, I can change the MFC icon into anything I want.