How do I create an ICoreWebView2EnvironmentOptions, in a language other than C++, such as Pascal or VB? #3905
Replies: 3 comments
-
Hey @GerbenAbbink - For VB you can use VB.NET and our .NET controls. This getting started guide uses C# but should be similar in VB. You can search this forum for examples of others using VB: For Pascal, I have no idea unfortunately. |
Beta Was this translation helpful? Give feedback.
-
To be more precise: I am trying to create an embedded WebView2 with argument "--allow-file-access-from-files" by calling CreateCoreWebView2EnvironmentWithOptions(). But I have no idea how to create ICoreWebView2EnvironmentOptions in Pascal. |
Beta Was this translation helpful? Give feedback.
-
For pascal tour can try https://github.com/amancini/AMEdgeBrowser |
Beta Was this translation helpful? Give feedback.
-
In C++ I see this:
Microsoft::WRL::Make()
to create an ICoreWebView2EnvironmentOptions.
How to I do that in a different language, such as Pascal or VB?
Beta Was this translation helpful? Give feedback.
All reactions