Results 1 to 9 of 9

Thread: [VB6] cWebView2 — RC6-compatible WebView2 wrapper

  1. #1

    Thread Starter
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    6,193

    [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>

  2. #2
    Addicted Member
    Join Date
    Oct 2014
    Posts
    132

    Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper

    Quote Originally Posted by wqweto View Post
    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!

  3. #3
    Addicted Member saturnian's Avatar
    Join Date
    Dec 2017
    Location
    France
    Posts
    138

    Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper

    Fantastic job! I'm going to test this right away!

  4. #4

  5. #5
    Addicted Member saturnian's Avatar
    Join Date
    Dec 2017
    Location
    France
    Posts
    138

    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

  6. #6

    Thread Starter
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    6,193

    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>

  7. #7
    Addicted Member saturnian's Avatar
    Join Date
    Dec 2017
    Location
    France
    Posts
    138

    Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper

    Quote Originally Posted by wqweto View Post
    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!

  8. #8
    Fanatic Member
    Join Date
    Jun 2016
    Location
    España
    Posts
    634

    Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper

    very good work.
    I'm having trouble adding extensions.

    SOLVED
    Thanks
    Last edited by yokesee; Today at 12:52 PM.

  9. #9
    Addicted Member saturnian's Avatar
    Join Date
    Dec 2017
    Location
    France
    Posts
    138

    Re: [VB6] cWebView2 — RC6-compatible WebView2 wrapper

    Um... ..., I hardly dare ask...

    Can Claude.wqweto.ai do anything about SetVirtualHostNameToFolderMapping ? ? ?

    ...I'm going to hide and pray in my cave...

    François

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width