Title: | Microsoft Visual C++ bug reports and kits |
Notice: | Register in Topic 2. 5.Last for latest Kit |
Moderator: | DECWET::THOMAS N |
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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
465.1 | resource file? | TAEC::BALLADELLI | Surfing with the Alien | Mon Feb 17 1997 11:06 | 7 |
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.2 | search .rc files for it | DECWET::PETERSON | Wed Mar 05 1997 15:09 | 2 | |
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. |