[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::visual

Title:Microsoft Visual C++ bug reports and kits
Notice:Register in Topic 2. 5.Last for latest Kit
Moderator:DECWET::THOMASN
Created:Tue May 17 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:521
Total number of notes:2938

465.0. "How to change the mainframe app name after the fact?" by DECWET::KOWALSKI (Time's not for saving) Fri Feb 14 1997 08:56

I've got a real head pounder:  an MFC/SDI project was
started with a "non-marketing friendly" name which
now needs to be changed.  Despite changing the
image name and the AFX_IDS_APP_TITLE symbol, the
durn mainframe still has the title 
<Document name> - <old non-marketing friendly app name>

I've tried setting the window title in the app
constructor but I get an accvio.

Any suggestions on how to do this?

Thanks/Mark
T.RTitleUserPersonal
Name
DateLines
465.1resource file?TAEC::BALLADELLISurfing with the AlienMon Feb 17 1997 11:067
    Check the RC file in the string table for the string id IDR_MAINFRAME.
    It may influence the creation of the documents.
    
    Regards,
    Micky
    
    
465.2search .rc files for itDECWET::PETERSONWed Mar 05 1997 15:092
    if .1 doesn't help, you might try searching all of the project's .rc
    files for the unfriendly name, and replace it when you find it.