Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.79 KB

File metadata and controls

64 lines (53 loc) · 1.79 KB
title Resource View Window | 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.resourceview.F1
dev_langs
C++
helpviewer_keywords
resources [Visual Studio], viewing
Resource View window
ms.assetid 10be7ff6-195f-4783-9ec5-87e5e06a7369
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

Resource View Window

Note

Not supported in Express editions.

Resource view displays the resource files included in your projects. Expanding the top folder (for example, Project1.rc) shows the resource types within that .rc file. Expanding each resource type shows the individual resources of that type.

Note

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

Tip

You can right-click on the Resource View window to launch a shortcut menu of commands. You can also double-click on the title bar to dock or undock the window. Right-clicking on the title bar will give you additional commands that allow you to control the behavior of the window. For more information, see Windows Management.

To open the resource view window

  1. Click Resource View on the View menu.

    - or -

  2. Press CTRL+SHIFT+E.

Requirements

Win32

See Also

Working with Resource Files