From 2ef8f1d2748efcbabaf707e0f00303d630d9e417 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Thu, 17 Feb 2022 12:10:12 -0800 Subject: [PATCH] Update walkthrough-my-first-wpf-desktop-application.md (#1312) --- .../walkthrough-my-first-wpf-desktop-application.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md b/dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md index 3f6352b..70e0296 100644 --- a/dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md +++ b/dotnet-desktop-guide/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md @@ -211,6 +211,8 @@ In this section, you'll add two pages and an image to the application. 2. In the **Add Existing Item** dialog, set the file filter to either **All Files** or **Image Files**, browse to the image file you want to use, and then select **Add**. + 3. Select the image file in **Solution Explorer**, then in the **Properties** window, set **Build Action** to **Resource**. + ## Build and run the application 1. To build and run the application, press **F5** or select **Start Debugging** from the **Debug** menu.