Share via


Changing the Caption Property of Multiple Strings

The following procedure shows you how to change the caption property of multiple strings.

To change the caption property of multiple strings

  1. Open the string table by double-clicking its icon in Resource View.

    Note   If your project doesn't already contain an .rc file, please see Creating a New Resource Script File.

  2. Select the strings you want to change by holding down the CTRL key as you click each one.

  3. In the Properties Window, type a new value for the property you want to change.

  4. Press ENTER.

For information on adding resources to managed projects (those that target the common language runtime), please see Resources in Applications in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resources strings to properties, see Walkthrough: Localizing Windows Forms and Walkthrough: Using Resources for Localization with ASP.NET.

Requirements

Win32

See Also

Reference

String Editor

Strings

About Strings