Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.04 KB

how-to-create-a-resource-script-file.md

File metadata and controls

49 lines (38 loc) · 2.04 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager translation.priority.mt
How to: Create a Resource Script File | Microsoft Docs
11/04/2016
cpp-windows
article
C++
rc files, creating
.rc files, creating
resource script files, creating
82be732a-cdcd-4a58-8de7-976d1418f86b
12
mikeblome
mblome
ghogen
cs-cz
pl-pl
pt-br
tr-tr

How to: Create a Resource Script File

Note

The Resource Editor is not available in Express editions.

This material applies to Windows desktop applications. Projects in .NET languages do not use resource script files. See Resource Files, for more information.

To create a new resource script (.rc) file

  1. Put focus on your existing project folder in Solution Explorer, for example, "MyProject."

    [!NOTE] Don't confuse the project folder with the Solution folder in Solution Explorer. If you put focus on the Solution folder, your choices in the Add New Item dialog box (in Step 3) will be different.

  2. On the Project menu click Add New Item.

  3. In the Add New Item dialog box, click the Visual C++ folder then choose Resource File (.rc) in the right pane.

  4. Provide a name for your resource script file in the Name text box, then click Open.

You can now create and add new resources to your .rc file.

Note

You can only add a resource script (.rc file) to an existing project that is loaded into the Visual Studio IDE. You cannot create a standalone .rc file (one outside the project). Resource templates (.rct files) can be created anytime.

RRequirements

Win32

See Also

Resource Files
Resource Editors