From 82caf99ba45b6e4b35e9f651ef342a4a59f62c78 Mon Sep 17 00:00:00 2001 From: Michael Hoffman Date: Thu, 1 Aug 2024 14:35:59 -0700 Subject: [PATCH 1/2] date --- microsoft-edge/webview2/how-to/machine-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/how-to/machine-setup.md b/microsoft-edge/webview2/how-to/machine-setup.md index 473289bd62..c4c1320d29 100644 --- a/microsoft-edge/webview2/how-to/machine-setup.md +++ b/microsoft-edge/webview2/how-to/machine-setup.md @@ -6,7 +6,7 @@ ms.author: msedgedevrel ms.topic: conceptual ms.service: microsoft-edge ms.subservice: webview -ms.date: 10/26/2022 +ms.date: 08/01/2024 --- # Set up your Dev environment for WebView2 From 5f4fa271cdf65f25c821c98c2b766806f4893216 Mon Sep 17 00:00:00 2001 From: Michael Hoffman Date: Wed, 20 Nov 2024 10:16:53 -0800 Subject: [PATCH 2/2] sequence advice --- microsoft-edge/webview2/get-started/win32.md | 2 +- .../webview2/samples/webview2apissample.md | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/microsoft-edge/webview2/get-started/win32.md b/microsoft-edge/webview2/get-started/win32.md index f066440da6..0e78805e2b 100644 --- a/microsoft-edge/webview2/get-started/win32.md +++ b/microsoft-edge/webview2/get-started/win32.md @@ -22,7 +22,7 @@ This tutorial starts by opening an existing Win32 app project that has WebView2 -This tutorial does not have you create a new project; you don't use a project template in Visual Studio to create a new project. Instead, you start with the completed project that's in the repo. +This tutorial starts with the completed project that's in the repo, which already has WebView2 code added. (This tutorial doesn't have you create a new project; you don't use a project template in Visual Studio to create a new project, and then add WebView2 code.) diff --git a/microsoft-edge/webview2/samples/webview2apissample.md b/microsoft-edge/webview2/samples/webview2apissample.md index 145133ce59..584a5a88e8 100644 --- a/microsoft-edge/webview2/samples/webview2apissample.md +++ b/microsoft-edge/webview2/samples/webview2apissample.md @@ -10,7 +10,7 @@ ms.date: 08/11/2023 --- # Win32 sample app -The **WebView2APISample** app demonstrates how to use the WebView2 control and WebView2 APIs to add features to a Win32 C++ app. +The **WebView2APISample** app demonstrates how to use the WebView2 control and WebView2 APIs to add features to a Win32 C++ app. This is the main Win32 sample, and has test webpages for the latest features and APIs, and hundreds of menuitems to test various APIs. * Sample name: **WebView2APISample** * Repo directory: [WebView2APISample](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2APISample) @@ -35,8 +35,14 @@ The running **WebView2APISample** app window shows the WebView2 SDK version and ![Sample App Snapshot](https://raw.githubusercontent.com/MicrosoftEdge/WebView2Samples/master/SampleApps/WebView2APISample/documentation/screenshots/sample-app-screenshot.png) --> -If this is your first time using WebView, we recommend first following the tutorial [Get started with WebView2 in Win32 apps](../get-started/win32.md), which goes over how to create a WebView2 app and walks through some basic WebView2 functionality. That particular tutorial doesn't start with you creating a new Win32 project using a project template; instead, it starts with a finished project in the WebView2Samples repo, and walks you through the added WebView2 code. - +Suggested sequence of using articles and provided projects: + +1. Get this **WebView2APISample** to build and run, using the present article. Even if your own app is for a different platform. + +1. If you're most interested in a platform other than Win32, use the Sample article for your platform; see [Sample apps](../code-samples-links.md). + +1. Use the Get Started article for the platform you're interested in; see [Getting Started tutorials](../get-started/get-started.md). + For details of events and API handlers in WebView2, see [WebView2 API Reference](../webview2-api-reference.md).