Search:

Type: Posts; User: Resurrected

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf

    Good news.

    By changing the browserInstallPath of the BindTo method, I've come to the results:

    Microsoft.WebView2.FixedVersionRuntime.108.0.1462.46.x64 > couldn't initialize...
  2. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    There is a fixed version Webview2 for downloading. Is it possible to test against this?
  3. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf

    I'm sorry to say that after registering the new DLLs, the problem remains the same: "couldn't initialize WebView-Binding".

    I'm running the Webview2Demo project.

    I'm starting to doubt if...
  4. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf

    I'm experiencing a problem.

    Today, out of nowhere my program suddenly ran into "couldn't initialize Webview2 binding" on startup.
    The problem remains after I tried rebooting my pc,...
  5. Replies
    13
    Views
    1,662

    How to enable REGEX for RC6 SQLite?

    I can use REGEX in some softwares such as DB Browser For SQLite.

    The SQL looks like this:



    ... WHERE KEYWORD REGEXP '^[a-z\s]+$'

    But it will not work when I am working with RC6.
  6. Re: Is there any VB6 tools or library for parsing eml files?

    Thank you. Dilettante. I will try the code.

    Basically it's just text files. I could just use regex. But I am thinking if there is something more standard to use for eml(email) files.
  7. Re: Is there any VB6 tools or library for parsing eml files?

    Yes.
  8. Is there any VB6 tools or library for parsing eml files?

    As the title.
  9. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf,

    Another problem related to .jsRun method.

    It seems that .jsRun returns the previous result if the current result is undefined?

    For example,

    .jsRun(js1) returns 'result of js1' if...
  10. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf, thanks for the reply. I will make changes to my code.

    Thanks again for your support in all those in years.
  11. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf:

    I was using RC6 version: 6.0.0.9, everything is fine.
    Then I upgraded to RC6 version: 6.0.0.10, my program broke.

    It was broken when this line of code stopped returning anything:
    ...
  12. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi Olaf

    I have a question regarding RC6.WebView2.

    Is there a way to download an image resource instead of opening it in WebView2? By using Navigate, the image is opened in WebView2 instead of...
  13. Re: Microsoft Windows Server 2019 Datacenter. RC6 cConstructor (New_c) doesn't work.

    Thanks, Jpbro. I failed to take account of binary compability issues.



    I tested this and it worked.
  14. Re: Microsoft Windows Server 2019 Datacenter. RC6 cConstructor (New_c) doesn't work.

    Okay... I found the problem.

    version: 6.0.0.9 not working
    version: 6.0.0.8 works
  15. Microsoft Windows Server 2019 Datacenter. RC6 cConstructor (New_c) doesn't work.

    The error message is:



    The error occured while I am running a compiled EXE.
    The RC6 is well registered using script that goes with the lib.

    Other things:

    1, I can successfully run an exe...
  16. Replies
    10
    Views
    4,197

    Re: Registering RC6

    Can we reach there in 2021? Really excited about the new features. AIlibs, as in Artifical Intelligence Library?
  17. Replies
    479
    Views
    156,371

    Re: VB6 WebView2-Binding (Edge-Chromium)

    This came as a surprise.

    Olaf, we can't thank you enough for your contribution.

    I haven't tested it yet but I am already thrilled.

    This is something I have been searching for for a long...
  18. Winhttp5.1 secure channel support error. How to solve it?

    Winhttp5.1 secure channel support error. How to solve it?
  19. Re: The 1001 questions about vbRichClient5 (2020-03-31)

    Removed
  20. Re: The 1001 questions about vbRichClient5 (2020-03-31)

    Hi all

    Is there any place I can learn about the JPG class in RC5? Can't find any example usage on the Web.

    New_c.JPG.DecodeJPG
    New_c.JPG.EncodeJPG

    Furthermore, is there any VB6 library to...
  21. How to use WinhttpRequest 5.1 to download large file and get progress information?

    :wave:
  22. Replies
    13
    Views
    6,059

    Re: Copy parts from a byte array?

    Wuhh.. CopyMemory API. I know that one. It's a bit tricky. I am looking for something a little more stable. Something that's better than looping through the array and copy each element one by one ......
  23. Replies
    13
    Views
    6,059

    Copy parts from a byte array?

    Is there something like Mid$, which can copy parts from a string, for byte arrays?
  24. Need help with algorithm to obtain a complete html element

    For simple html text without nested elements, one can simply use regular expression, i.e.

    <ElementName[^>]*>[\s\S]*?</ElementName>

    But it will not work for more complex html, i.e.
    ...
  25. Re: vbRichclient-WebKit not able to receive any events

    Thank you, Olaf. We look forward to your FullTextSearch-Demo, and IIS-Debugging-Demo.
  26. Re: vbRichclient-WebKit not able to receive any events

    That thread is here .. And Olaf seems to have forgotten posting his demo, where he uses cwVList and its ownerdrawn methods, instead of a cwBrowser widget. Anyway, it's still much easier to format...
  27. Re: vbRichclient-WebKit not able to receive any events

    I know ... Actually I presume he suggested that in another thread of mine. :p The point is, I am not going to use a full featured browser. I am just trying to take advantage of its rendering power....
  28. Re: vbRichclient-WebKit not able to receive any events

    Yes, it's kind of a tool that helps me find English-Chinese sentence pairs. Those translations are very reliable since they are all from dictionaries. Unlike other dictionary programs, I can instead...
  29. vbRichclient-WebKit not able to receive any events

    150135

    I wish to receive the events when the user clicks on the texts in the middle area, which is a cwBrowser widget. However, when I browse through the object viewer for events fired by...
  30. Re: vbRichClient ImageList.AddImage script out of range

    Yes, I did. Not completely and in all detail though. I did it for several times. Some of the examples are quite "deep" at least to me. Now I refer to both your Cairo tutorial and those on the Cairo...
  31. Re: vbRichClient ImageList.AddImage script out of range

    Yes. This is the root of the "script out of range" problem.



    Now I already use a similar method, loading and processing one at a time. I didn't expect that several Camera JPGs would already...
  32. vbRichClient ImageList.AddImage script out of range

    I have an error in the red line. It seems that if I read too many images, this error will randomly occur. I guess it's because there is a limitation somewhere for the size of ImageList, but saying...
  33. Re: vbRichclient.Cairo quality loss in reading and saving to JPG file

    Thank you, Olaf. I will consider your advice. For now I will try to minimize JPG encoding operations, or simply switch to PNG file formats.

    By the way, .WriteContentToPDFFile and...
  34. Re: vbRichclient.Cairo quality loss in reading and saving to JPG file

    In my daily work, I deal with a lot of images. The majority the work is to resize and frame them. But sometimes, I need to "deframe" them, removing the frame. That is, to cover the areas around the...
  35. vbRichclient.Cairo quality loss in reading and saving to JPG file

    Original Image:


    148751



    After reading from file and writing to file, for around 10~20 times:
  36. Replies
    7
    Views
    2,769

    How to send files to an HTTP server?

    I have a number of image files on my local hard-drive, and I want to store them on my web server. I want to do it automatically, with a VB6 program sending them, and receiving response containing...
  37. Re: How to Run My Program Send Mail Automatically

    You might want to check out this thread.

    http://www.vbforums.com/showthread.php?845853-COM-Library-for-sending-mails-via-SMTP
  38. Replies
    20
    Views
    2,663

    Re: Need help with school project

    Here is what's shown on my computer:

    147051
  39. Re: vbRichClient Cairo - How to get a clipping like this

    That helps:p
  40. Re: vbRichClient Cairo - How to get a clipping like this

    There is a method Cairo objects:


    Sub ColorSplit(Color As Long, [R As Double], [G As Double], [B As Double], [Shade As Double = 1], [b_R As Byte], [b_G As Byte], [b_B As Byte])

    I can't get...
Results 1 to 40 of 113
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width