Click to See Complete Forum and Search --> : Changing MFC Application Name


unhuman
April 8th, 1999, 04:05 PM
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
human@unhuman.com

Bogdan Matasaru
April 8th, 1999, 05:02 PM
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.