Editing Binary Data

To edit a resource in the Binary editor

  1. Select the byte you want to edit.

    The TAB key moves the focus between the hexadecimal and ASCII sections of the Binary editor. You can use the PAGE UP and PAGE DOWN keys to move through the resource one screen at a time.

  2. Type the new value.

    The value changes immediately in both the hexadecimal and ASCII sections and focus shifts to the next value in line.

    Note

    The Binary editor accepts changes automatically when you close the editor.

For information on adding resources to managed projects, 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

None

See Also

Reference

Binary Editor