Microsoft Edge WebView2 wrapper
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
We're offering a simple and efficient way to display modern web-based content: CBCGPWebView2Ctrl is a Microsoft Edge WebView2 wrapper and this control allows you to embed web content (HTML, CSS, and JavaScript) in your Win32 applications in a few lines of code.
The general features of this control are:
- Navigate to a specific URL (address).
- Load and display any web content, such as HTML files.
- Execute scripts such as JS.
- Walk through navigation history (such as back or forward).
- Event handling.
Sample code:
CBCGPWebView2Ctrl m_wndWebView2;
...
m_wndWebView2.Create(rect, pWndParent, IDC_WEBVIEW2);
m_wndWebView2.Navigate(_T("https://bcgsoft.com"));