HOWTO: Place Double Quotation Mark Symbol in a Resource String

ID: Q47674


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK)
  • Microsoft Win32 Software Development Kit (SDK)
  • Microsoft Windows 2000


SUMMARY

To specify a set of double quotation marks within a string in an application's resource (RC) file, use two double quotation mark characters in succession, as in the following example:

Specify the following string in the RC file:

"The letter ""Q"" is quoted."
The following string will appear in the compiled resource (RES) file:
The letter "Q" is quoted.

Additional query words:

Keywords : kbNTOS kbWinOS2000 kbResource kbSDKWin32 kbString kbGrpUser kbWinOS
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbhowto


Last Reviewed: February 1, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.