-
Notifications
You must be signed in to change notification settings - Fork 3
twinBASIC WebView2 Getting Started
WaynePhillipsEA edited this page May 20, 2022
·
3 revisions
To create projects that use WebView2, your projects must include both the WinNativeForms
package and the WebView2
package in your projects.
Both of these packages can be added through the Project
> References
menu option, and selecting the TWINPACK PACKAGES
button. Ensure both packages are ticked, and then close and save the Settings file and restart the compiler.
Once you've added the package references, you should find that the WebView2 control is now available to you in the form designer:
We use the WebView2 control just like any ordinary control:
There are lots of WebView2 properties and events to experiment with.
Note that toggling any property will show extra information at the bottom of the properties list to give you a little bit more information. For further information on a particular property, try searching the official WebView2 documentation
If you prefer to start with a sample, have a look at Sample 0. WebView2 Examples
, available in the new-project dialog: