I am finishing a C++ MFC application and wish to update the icon that is shown in the bottom taskbar for Windows. I am using Visual Studio I have found the .ico file in VS. I removed or updated all versions of the MFC logo.
When my program first starts, the above image is shown as the icon. When I log in and load the second form, I get my icon:
I am trying to find out why the first form reverts to the old MFC icon. In my .ico file, I can find no trace of the MFC icon. Thanks.