How can I delete the MAINICON resource record in EXE files? Instead of changing the main icon of this exe file, I want to remove the main icon, so it accepts the default exe window icon. I already know that this function of the UpdateResource API can change MAINICON (in fact, it can change any resource), but how to delete a resource?
Thank,
source
share