Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 1.89 KB

File metadata and controls

60 lines (50 loc) · 1.89 KB
title Editing Binary Data | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.editors.binary
dev_langs
C++
helpviewer_keywords
binary data, editing
binary data
ms.assetid 0fd429de-baf1-4871-b5e4-42bf868a3261
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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 Desktop Apps in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resource strings to properties, see Creating Resource Files for Desktop Apps. For information on globalization and localization of resources in managed apps, see Globalizing and Localizing .NET Framework Applications.

Requirements

None

See Also

Binary Editor