The information in this article applies to:
SUMMARY
The description of the string returned by the CFileDialog member functions
GetFileTitle() and GetFileName() in the Visual C++ 4.0 documentation is
switched. MORE INFORMATIONThe Visual C++ 4.0 documentation for CFileDialog::GetFileTitle() states:
This is incorrect. Calling CFileDialog::GetFileTitle() for the file
mentioned will return TEXT.Similarly, the Visual C++ 4.0 documentation for CFileDialog::GetFileName() states:
This is also incorrect. Calling CFileDialog::GetFileName() for the above
file will return "TEXT.DAT".
Additional query words:
Keywords : kbdocfix kbdocerr kbnokeyword kbMFC kbVC kbVC400bug kbVC410fix |
Last Reviewed: July 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |