WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: JTaylor on July 30, 2026, 11:36:25 AM

Title: WebView2 Extender -> Browseability
Post by: JTaylor on July 30, 2026, 11:36:25 AM
I have renamed my Webview2 Extender to Browseability.  For those unfamiliar with this Extender is allows the embedding of the webview2 browser control into most any window/dialog.  You can treat it as an Extender or register it via regsvr32 for use with any language that allows for the use of HWND objects to host the browser.  It also does HTML, XML and JSON parsing to make the consumption of APIs and Webservices easy.   There is also some limited SQLite query capabilities for HTML Table display.  I have tested WinBatch, C# and PowerShell.  It is still free for now.

      https://www.browseability.net/

Jim

Title: Re: WebView2 Extender -> Browseability
Post by: spl on July 31, 2026, 03:46:19 AM
Having tested some of the earlier versions and familiar with Jim's commitment to excellence -- this a a keeper and I highly recommend trying it out. I have worked with Webview2 in Powershell, but it is limited. Jim's extender isn't.