[VB6] cWebView2 — RC6-compatible WebView2 wrapper
This is a drop-in replacement of vbRichClient6's cWebView2 class, implemented in pure VB6 directly against the official Microsoft WebView2 COM API.
No RC6.dll dependency, no dependency on the WebView2 SDK typelib — the only redistributable is WebView2Loader.dll authored by Microsoft deployed next to your exe, targeting the Evergreen WebView2 Runtime installed on the client machine.
cheers,
</wqw>
Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper
Quote:
Originally Posted by
wqweto
This is a drop-in replacement of vbRichClient6's
cWebView2 class, implemented in pure VB6 directly against the official Microsoft WebView2 COM API.
No
RC6.dll dependency, no dependency on the WebView2 SDK typelib — the only redistributable is
WebView2Loader.dll authored by Microsoft deployed next to your exe, targeting the
Evergreen WebView2 Runtime installed on the client machine.
cheers,
</wqw>
wqweto, hello! Great job! The cWebView2 features you provided are really powerful and have been a huge help to me. Thank you so much!
Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper
Fantastic job! I'm going to test this right away!
Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper
Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper
I dreamed of it, and you made it happen! Thank you!!
Do you think it would be possible to add some features currently available in the latest versions of WebView2?
For example:
Thanks for your reply!
François
Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper
Claude just released version 1.0.1
What's new
- PrintToPdf method — saves the current page to PDF with optional orientation, scale, page size, margins and header/footer settings
- Browser extension management — AddBrowserExtension/GetBrowserExtensions methods and new AreBrowserExtensionsEnabled optional parameter of BindTo
- SecondsToWaitForXxx=0 and jsCallTimeOutSeconds=0 now mean fire-and-forget (execute async, return success immediately)
- Deterministic teardown on Shutdown (controller Close), re-binding after Shutdown supported, missing loader reported immediately instead of as timeout
cheers,
</wqw>
Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper
Quote:
Originally Posted by
wqweto
Claude just
released version 1.0.1
What's new
- PrintToPdf method — saves the current page to PDF with optional orientation, scale, page size, margins and header/footer settings
- Browser extension management — AddBrowserExtension/GetBrowserExtensions methods and new AreBrowserExtensionsEnabled optional parameter of BindTo
- SecondsToWaitForXxx=0 and jsCallTimeOutSeconds=0 now mean fire-and-forget (execute async, return success immediately)
- Deterministic teardown on Shutdown (controller Close), re-binding after Shutdown supported, missing loader reported immediately instead of as timeout
cheers,
</wqw>
Wow... I'm speechless, stunned, dumbfounded!
It couldn't be faster!
You're the best! Thank you!
Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper
very good work.
I'm having trouble adding extensions.
SOLVED
Thanks
Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper
Um... ..., I hardly dare ask... :blush:
Can Claude.wqweto.ai do anything about SetVirtualHostNameToFolderMapping ? ? ?
...I'm going to hide and pray in my cave...
François