Skip to content

Commit 00af8fc

Browse files
authored
topic update
1 parent 55e2e80 commit 00af8fc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/framework/tools/winres-exe-windows-forms-resource-editor.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Winres.exe (Windows Forms Resource Editor)"
3-
ms.date: "05/21/2018"
3+
ms.date: "03/30/2017"
44
helpviewer_keywords:
55
- "Winres.exe"
66
- "Windows Forms Resource Editor"
@@ -17,10 +17,7 @@ ms.author: "mairaw"
1717
The Windows Forms Resource Editor, Winres.exe, is a visual layout tool that helps localization experts localize Windows Forms user interface (UI) resources used by forms. The .resx or .resources files that are used as input to Winres.exe can be created using a visual design environment such as Microsoft Visual Studio. For information on deploying resources in .NET Framework applications, see [Resources in Desktop Apps](../../../docs/framework/resources/index.md).
1818

1919
This tool is automatically installed with Visual Studio. To run the tool, use the Developer Command Prompt (or the Visual Studio Command Prompt in Windows 7). For more information, see [Command Prompts](../../../docs/framework/tools/developer-command-prompt-for-vs.md).
20-
21-
> [!IMPORTANT]
22-
> You should only load and use .resx files from trusted sources. ResX files can contain executable code and should be treated as an executable file (.exe) from the viewpoint of security.
23-
20+
2421
At the command prompt, type the following:
2522

2623
## Syntax

0 commit comments

Comments
 (0)