The information in this article applies to:
SYMPTOMS
When an SDI or MDI application is created using AppWizard, the
CFrameWnd::UpdateFrameTitle function normally inserts the document name
into the title of the corresponding application's frame window. If a hyphen
is inserted into the title of the application, however, the title will be
truncated at the inserted hyphen and the document name will be appended to
the right of the hyphen.
CAUSEThe following code is an excerpt from WINFRM.CPP, beginning on line 857:
The cause of the problem is line 871, where a NULL character replaces the
first hyphen found in the title.
STATUSMicrosoft has confirmed this to be a problem with version 2.0 of the Microsoft Foundation Class Libraries for Windows and Windows NT. This problem was corrected in the Microsoft Foundation Classes version 2.5. Additional query words: 1.00 2.00 2.10
Keywords : kbMFC KbUIDesign kbVC |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |