I'm using visual studio 2013 and I want to change the application icon in my MFC application.
I take .ico file and into res
directory and load it to project. When I'm running, the icon isn't changed and stay MFC default icon.
Every icon that I tried to change is overridden by the MFC default icon.
How can Ichange the application icon?