You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
20
+
21
+
<!-- distinctive platform: -->
20
22
This sample, **WebView2APISample**, embeds a WebView2 control within a Win32 application.
21
23
24
+
<!-- distinctive project type and language: -->
22
25
This sample is built as a Win32 Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment.
23
26
24
-
<!--key distinction-->
25
-
The solution file for this sample is in the parent directory: `SampleApps/WebView2Samples.sln`. The solution file includes a copy of some of the other, sibling samples for other frameworks or platforms. This is the main sample; the Win32 sample app has several menus containing many menuitems that demonstrate a broad range of WebView2 APIs.
27
+
<!--special notes about this particular sample:-->
28
+
The solution file for this sample is in the parent directory: `SampleApps/WebView2Samples.sln`. The solution file includes a copy of some of the other, sibling samples for other frameworks or platforms.
26
29
27
-
To use this sample, see [Win32 sample app](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2apissample).
30
+
<!-- screenshot of running sample app: -->
31
+
This is the main WebView2 sample. The running **WebView2APISample** app window shows the WebView2 SDK version and also the WebView2 Runtime version and path. The **WebView2APISample** app has several menus containing many menuitems that demonstrate a broad range of WebView2 APIs:
28
32
29
33

30
34
31
-
Another version of the **WebView2APISample** app:
32
-
33
-

35
+
<!-- link to regular docs: -->
36
+
To use this sample, see [Win32 sample app](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2apissample).
0 commit comments