PRB: Screen Saver Description Not Displayed in Windows 95Last reviewed: September 29, 1995Article ID: Q137250 |
The information in this article applies to:
SYMPTOMSIn Windows 95, when viewing the list of screen savers in the Display Properties dialog box, your screen saver is displayed with the file name instead of the description string.
CAUSEWindows 95 is identifying the file name as being a long file name because after calling FindFirstFile, it compares the file name to the alternate file name with case sensitivity. If the case on the file names is different, it identifies the file name as a long file name. The alternate file name is always uppercase.
RESOLUTIONThere are two solutions. The first and best is to name the file with a long file name that is identical to the description. The second solution is to rename the file so that the case is the same. The case can be seen using an MS-DOS box. The first file name seen is the alternate file name and the second seen is the long file name. Use the MS-DOS box to rename the file to all uppercase. NOTE: The descriptive text for screen savers is not taken from IDS_DESCRIPTION as stated in the documentation, but from the module name defined in the .def file. This should be in this form:
SCRNSAVE:<decriptive text>Everything after the colon will be included as the descriptive text.
STATUSThis behavior is by design.
|
Additional reference words: 1.30 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |