The information in this article applies to:
SUMMARYWindows STRINGTABLE resources are limited to 255 characters per string. However, it is possible to work with longer strings using the technique described in this article. MORE INFORMATION
The following function, MyLoadString, will allow strings longer than 255 characters to be loaded. Using the exclamation mark ("!") to indicate that a particular string is part of a longer whole is not required; any
character that does not otherwise start a string may be used for this
purpose. The string IDs used for pieces of the same string must be
consecutive.
The RC file will take on a form resembling the following:
Additional query words: 3.00 3.10
Keywords : kb16bitonly kbResource kbSDKPlatform kbString |
Last Reviewed: June 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |