CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    19

    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]

  2. #2
    Join Date
    Apr 1999
    Location
    Canada
    Posts
    12

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured