Changing MFC Application Name
I created a project with the name of my application, say it's called "Application Name", whenever I do an AfxMessageBox, the title is "ApplicationName", with no space. I can't seem to find out where this name is stored. Is there a way to change it?
Thanks -H
-
Howard Uman - unHUman Software
http://www.unhuman.com
[email protected]
Re: Changing MFC Application Name
You should add a new string in the .rc file with the id AFX_IDS_APP_TITLE and the title of your application as the value.