Skip to content

Commit 3b0d465

Browse files
committed
PNG to png
1 parent c74f94b commit 3b0d465

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WebView2APISample/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a hybrid application built with the [Microsoft Edge WebView2](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2) control.
44

5-
![alt text](documentation/Screenshots/Sample-App-Screenshot.PNG)
5+
![alt text](documentation/Screenshots/Sample-App-Screenshot.png)
66

77

88
The WebView2APISample is an example of an application that embeds a WebView within a Win32 native application. It is built as a Win32 [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) project and makes use of both C++ and HTML/CSS/JavaScript in the WebView2 environment.
@@ -41,7 +41,7 @@ This hybrid approach allows you to create and iterate faster using web technolog
4141

4242
Both of these parts of the Sample App are displayed in the image below:
4343

44-
![alt text](documentation/Screenshots/Sample-App-Layout-Diagram.PNG)
44+
![alt text](documentation/Screenshots/Sample-App-Layout-Diagram.png)
4545
1. Section One: The top part of the Sample App is a Win32 component written in C++. This part of the application takes in UI inputs from the user and uses them to control the WebView.
4646

4747
2. Section Two: The main part of the Sample App is a WebView that can be repurposed using standard web technologies (HTML/CSS/JavaScript). It can be navigated to websites or local content.
@@ -74,7 +74,7 @@ This component handles commands from the View menu, and any functionality relate
7474
#### 8. ScenarioWebMessage.cpp and ScenarioWebMessage.html
7575
This component is created when you select the Scenario/Web Messaging menu item. It implements an example application with a C++ part and an HTML+JavaScript part, which communicate with each other by asynchronously posting and recieving messages.
7676

77-
![alt text](documentation/Screenshots/Sample-App-WebMessaging-Screenshot.PNG)
77+
![alt text](documentation/Screenshots/Sample-App-WebMessaging-Screenshot.png)
7878

7979
#### 9. ScenarioAddRemoteObject.cpp and ScenarioAddRemoteObject.html
8080
This component is created when you select the Scenario/Remote Objects menu item. It demonstrates communication between the native app and the HTML webpage by means of remote object injection. The interface of the remote object is declared in RemoteObjectSample.idl, and the object itself is implemented in RemoteObjectSampleImpl.cpp.
@@ -180,7 +180,7 @@ First, navigate to the ScenarioWebMessage application within the Sample App, usi
180180

181181
The WebView should display a simple webpage titled: "WebMessage sample page". The code for this page can be found in the ScenarioWebMessage.html file.
182182

183-
![alt text](documentation/Screenshots/Sample-App-WebMessaging-Screenshot.PNG)
183+
![alt text](documentation/Screenshots/Sample-App-WebMessaging-Screenshot.png)
184184

185185
To better understand ScenarioWebMessage functionality, you can either follow the instructions on the page or the steps detailed below.
186186

0 commit comments

Comments
 (0)