Skip to content

Latest commit

 

History

History
72 lines (65 loc) · 3.8 KB

File metadata and controls

72 lines (65 loc) · 3.8 KB
title Resource Editors | 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
vs.editors.resource
vc.resvw.resource.editors
vs.resvw.resource.editors
dev_langs
C++
helpviewer_keywords
editors [C++], resource
editors [C++]
resource editors
Windows [C++], application resource editing
ms.assetid e20a29ec-d6fb-4ead-98f3-431a0e23aaaf
caps.latest.revision 16
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

Resource Editors

A Resource editor is a specialized environment for creating or modifying resources that are included in a Visual Studio project. The Visual Studio resource editors share techniques and interfaces to help you create and modify application resources quickly and easily. Resource editors enable you to view and edit resources in the appropriate editor and preview resources.

The appropriate editor opens automatically when you create or open a resource.

Note Because managed projects do not use resource script files, you must open your resources from Solution Explorer. You can use the Image editor and the Binary editor to work with resource files in managed projects. Any managed resources you want to edit must be linked resources. The Visual Studio resource editors do not support editing embedded resources.

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.

Use the... To edit...
Accelerator Editor Accelerator tables in Visual C++ projects.
Binary Editor Binary data information and custom resources in Visual C++, Visual Basic, or Visual C# projects.
Dialog Editor Dialog boxes in Visual C++ projects.
Image Editor Bitmaps, icons, cursors, and other image files in Visual C++, Visual Basic, or Visual C# projects.
Menu Editor Menu resources in Visual C++ projects.
Ribbon Editor Ribbon resources in MFC projects.
String Editor String tables in Visual C++ projects.
Toolbar Editor Toolbar resources in Visual C++ projects. The Toolbar editor is part of the Image editor.
Version Information Editor Version information in Visual C++ projects.

Requirements

None

See Also

Working with Resource Files
Resource Files
Symbols: Resource Identifiers
Menus and Other Resources