Skip to content

Commit d8dd998

Browse files
author
Michael Hoffman
committed
Correct which captures
1 parent bc9ec3c commit d8dd998

File tree

9 files changed

+22
-9
lines changed

9 files changed

+22
-9
lines changed

SampleApps/WV2CDPExtensionWPFSample/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ urlFragment: WV2CDPExtensionWPFSample
1717
# WebView2 CDP Extension
1818

1919
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
20-
This sample, **WV2CDPExtensionWPFSample**, is built with the WebView2 CDP Extension. This sample calls Chrome DevTools Protocol (CDP) methods on a `DevToolsProtocolHelper` object in WebView2. This sample is built as a WPF Visual Studio 2019 project. It uses C# in the WebView2 environment.
20+
This sample, **WV2CDPExtensionWPFSample**, is built with the WebView2 CDP Extension. This sample calls Chrome DevTools Protocol (CDP) methods on a `DevToolsProtocolHelper` object in WebView2.
21+
22+
This sample is built as a WPF Visual Studio 2019 project. It uses C# in the WebView2 environment.
2123

2224
To use this sample, see [WPF sample app with CDP extension](https://docs.microsoft.com/microsoft-edge/webview2/samples/wv2cdpextensionwpfsample).
2325

SampleApps/WebView2APISample/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ urlFragment: WebView2APISample
1717
# Win32 sample app
1818

1919
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
20-
This sample, **WebView2APISample**, embeds a WebView2 control within a Win32 application. This sample is built as a Win32 Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment.
20+
This sample, **WebView2APISample**, embeds a WebView2 control within a Win32 application.
21+
22+
This sample is built as a Win32 Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment.
2123

2224
<!-- key distinction -->
2325
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.
2426

2527
To use this sample, see [Win32 sample app](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2apissample).
2628

2729
![Screenshot of WebView2APISample app, with many menus](documentation/screenshots/sample-app-screenshot.png)
30+
31+
Another version of the **WebView2APISample** app:
32+
33+
![Other screenshot of WebView2APISample app, with many menus](documentation/screenshots/webview2apisample-app-window.png)
273 KB
Loading

SampleApps/WebView2SampleWinComp/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ urlFragment: WebView2SampleWinComp
1717
# Win32 sample app with Visual Composition
1818

1919
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
20-
This sample, **WebView2SampleWinComp**, is an example of an application that embeds a WebView within a Win32 native application. It is built as a Win32 Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment.
20+
This sample, **WebView2SampleWinComp**, embeds a WebView within a Win32 native application. This sample uses Windows Runtime Composition APIs (also called the Visual layer) to take advantage of the latest Windows 10 UI features and create better look, feel, and functionality in C++ Win32 applications.
2121

22-
<!-- key distinction -->
23-
This sample uses Windows Runtime Composition APIs (also called the Visual layer) to take advantage of the latest Windows 10 UI features and create better look, feel, and functionality in C++ Win32 applications.
22+
This sample is built as a Win32 Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment.
2423

2524
To use this sample, see [Win32 sample app with Visual Composition](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2samplewincomp).
2625

SampleApps/WebView2WindowsFormsBrowser/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ urlFragment: WebView2WindowsFormsBrowser
1717
# WinForms sample app
1818

1919
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
20-
This sample, **WebView2WindowsFormsBrowser**, is an example of an application that embeds a WebView within a Windows Forms application. This sample is built as a Windows Forms Visual Studio project. It uses C# and HTML/CSS/JavaScript in the WebView2 environment.
20+
This sample, **WebView2WindowsFormsBrowser**, embeds a WebView within a Windows Forms application.
21+
22+
This sample is built as a Windows Forms Visual Studio project. It uses C# and HTML/CSS/JavaScript in the WebView2 environment.
2123

2224
For more information, see [WinForms sample app](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2windowsformsbrowser).
2325

SampleApps/WebView2WpfBrowser/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ urlFragment: WebView2WpfBrowser
1717
# WPF sample app
1818

1919
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
20-
This sample, **WebView2WpfBrowser**, embeds a WebView2 control within a WPF application. This sample is built as a WPF Visual Studio 2019 project. It uses C# and HTML/CSS/JavaScript in the WebView2 environment.
20+
This sample, **WebView2WpfBrowser**, embeds a WebView2 control within a WPF application.
21+
22+
This sample is built as a WPF Visual Studio 2019 project. It uses C# and HTML/CSS/JavaScript in the WebView2 environment.
2123

2224
For more information, see [WPF sample app](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2wpfbrowser).
2325

SampleApps/webview2_sample_uwp/readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ urlFragment: webview2_sample_uwp
1717
# WinUI 2 (UWP) sample app
1818

1919
<!-- only enough info to differentiate this sample vs the others; what is different about this sample compared to the sibling samples? -->
20-
This sample, **webview2_sample_uwp**, embeds a WebView2 control within a WinUI 2 (UWP) app. This sample is built as a UWP Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment.
20+
This sample, **webview2_sample_uwp**, embeds a WebView2 control within a WinUI 2 (UWP) app.
21+
22+
This sample is built as a UWP Visual Studio 2019 project. It uses C++ and HTML/CSS/JavaScript in the WebView2 environment.
2123

2224
For more information, see [WinUI 2 (UWP) sample app](https://docs.microsoft.com/microsoft-edge/webview2/samples/webview2_sample_uwp).
2325

24-
![The running WinUI 2 (UWP) sample app](screenshots/winui2-getting-started-webview2-with-content.png)
26+
![The running WinUI 2 (UWP) sample app](screenshots/webview2_sample_uwp-webpage-content.png)
56.9 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)