MFC AfxMessageBox默认标题修改

在工程的资源String Table里面添加AFX_IDS_APP_TITLE,然后设置其值即可,AFX_IDS_APP_TITLE的值就是AfxMessageBox的标题

原文地址:https://www.cnblogs.com/yhcao/p/5765103.html