Search:

Type: Posts; User: tmighty2

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    14
    Views
    3,034

    Re: [RESOLVED] RC6.CSV ignores blank lines

    Olaf, thank you very much!
    I searched desperately for such code.
  2. Re: Help required in understanding x y values when using RC6 Cairo BindToArray

    I am having a problem. The quick enlarge solution is great, but there a situations where it almost fails:

    190892

    Can you recommend a solution that would resolve this?

    Btw, the harsh edges...
  3. Re: Help required in understanding x y values when using RC6 Cairo BindToArray

    Thank you very much for the lesson.

    190883

    This is what I am trying to finally achieve.

    It is quite sophisticated and involves manual work:

    190884
  4. Re: Help required in understanding x y values when using RC6 Cairo BindToArray

    190846

    Playing with the "UpperAlpha" value, I noticed that setting it to half the maximum value (256 / 2 = 128, which would be alpha 0.5) perfectly reproduces the option "Hide vignettte" that is...
  5. Re: Help required in understanding x y values when using RC6 Cairo BindToArray

    Thank you for the valueable insights.

    A question about the first 2 tests:

    May I ask you why - even though I set the alpha value to 0 - there is color visible?

    190845
  6. Help required in understanding x y values when using RC6 Cairo BindToArray

    I want to create a coark board pin it from a coark board background image and alpha channel pngs.
    The final result should look like this:

    190828
    190833
    The alpha channel pngs that look like...
  7. -

    ----
  8. Replies
    8
    Views
    20,059

    Re: Scroll bar in picturebox

    picHeader?
  9. Re: VB6 fast EdgeDetection (direct Pixel-Manipulation on Cairo-Surfaces)

    ----
  10. Re: VB6 fast EdgeDetection (direct Pixel-Manipulation on Cairo-Surfaces)

    ----
  11. Re: Help Needed: Resizing Images with Cairo in VB6

    Thank you very much! That was my mistake. It works now.
  12. Help Needed: Resizing Images with Cairo in VB6

    I'm using the Cairo graphics library in VB6 to work with PDFs by converting them to images for easier manipulation. My goal is to resize these images to a specific maximum width and height without...
  13. Replies
    76
    Views
    58,670

    Re: [VB6] Direct3D9.

    Yes, I found out how to do it with litecam and a losless codec, however I don't want to rely on closed source apps anymore, that was also a reason why I asked here.
  14. Replies
    76
    Views
    58,670

    Re: [VB6] Direct3D9.

    I would like to capture a small region of 40 x 80 pixels of my screen as bmp at 60 fps.

    I want to record a certain checkbox slider animation.
    Why bmp? I need to be able to perfectly compare the...
  15. RC6 - Cairo CreateSimilar arguments (width: Long, height: Double)

    Hello Olaf!

    RC6.dll
    6.00.0015
    As of 2023.08.30

    Function CreateSimilar([Content As cairo_content_enm = CAIRO_CONTENT_COLOR_ALPHA], [Width As Long], [Height As Double], [CopyContent As...
  16. Replies
    10
    Views
    620

    Re: Out of memory somewhat reproducable

    I have removed the reference to msxml6.dll and use CreateObject, and the error is gone.

    I have readded it, and so far, the error is still gone.

    If anybody has any idea how to debug this, please...
  17. Replies
    10
    Views
    620

    Re: Out of memory somewhat reproducable

    190319

    79.4 MB when I open up the project in VB6.

    350 MB when I run the app in the IDE.

    190323

    190324
  18. Replies
    10
    Views
    620

    Re: Out of memory somewhat reproducable

    Thank you for the hint.

    Not sure why that happened.

    Here is a new link:

    https://youtu.be/iIZT-WisctY
  19. Replies
    10
    Views
    620

    Out of memory somewhat reproducable

    My app is huge with several hundred thousand lines of code.

    From time to time I get the error "Out of memory".

    I have been able to somewhat reproduce it.
    I have uploaded a video here:
    ...
  20. Replies
    1
    Views
    512

    RichClient: CairoSurface

    I have created a cCairoSurface from bytes like this:



    Dim s As cCairoSurface
    Set s = modCairo.CairoSurfaceFromBytes(m_PngBytesBGRemoved)


    Next, I crop it so that all outer transparent...
  21. Replies
    2
    Views
    506

    Re: Does vbRichClient have PDF/A validation?

    I am using RichClient for everything, and I thought that given the fact that - at least I think that is the case - many institutions and lawyers, etc. send PDF/A conform PDFs, that would be something...
  22. Replies
    2
    Views
    506

    Does vbRichClient have PDF/A validation?

    As the title says: Does vbRichClient have PDF/A validation or are there plans to integrate it?

    Thank you!
  23. Replies
    4
    Views
    709

    Re: Drawing a "page curl" effect

    Thank you! I didn't see that.
    And wow, you have DirectX code for VB6!! Thank you!!
  24. Replies
    4
    Views
    709

    Re: Drawing a "page curl" effect

    Can you elaborate how this could be done in Direct3D?
    So far nobody has been able to do it. As I said, I even posted it in freelancer forums.
    Nobody...
  25. Replies
    4
    Views
    709

    Drawing a "page curl" effect

    189768

    I would like to ask for advice on how to achieve such an effect as can be seen in the iPad-only app "Book Creator" (free of charge on the iPad App Store).

    The app allows to put text and...
  26. Replies
    49
    Views
    9,190

    Re: VB6 Cairo-Paths and Projections

    I would like to ask for advice how to render such an effect:

    https://www.youtube.com/watch?v=4kksKUdNBO8

    The closest I could find was the "perspective" sample:

    189764

    But I didn't find a...
  27. Replies
    49
    Views
    9,190

    Re: VB6 Cairo-Paths and Projections

    -----
  28. Replies
    479
    Views
    156,345

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Edit: I think the problem occurs because I prevent new windows from popping up. I will report back.
    --------
    Still about not receiving the PermissionRequested event for web.whatsapp.com when trying...
  29. Replies
    49
    Views
    9,190

    Re: VB6 Cairo-Paths and Projections

    ----
  30. Re: vbRichClient: Backup solution of development drive

    How do you work with Github using VB6? I am only used to using it in Visual Studio 202x.
  31. vbRichClient: Backup solution of development drive

    I am trying to establish an efficient backup system.

    Until now I create backup copies of my project folders each 6 hours using 7z.
    These backup files are synched with Google Drive via the Google...
  32. Replies
    479
    Views
    156,345

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf,

    there is currently no replacement for VB6 for some developers.

    I am not releasing any .NET applications to the public because it means giving away your source code.
    I know 2 others who...
  33. Replies
    479
    Views
    156,345

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi Olaf,

    can you release the source code of your components so that we can find a way to go on in case something happens to you?
  34. Replies
    479
    Views
    156,345

    Re: VB6 WebView2-Binding (Edge-Chromium)

    That is exactely what I am talking about.
  35. Replies
    479
    Views
    156,345

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf, could you offer a service that assures us "companies" to get support and a maintained product or the source code so that we could continue support it ourselves in case something happens to you?
  36. Replies
    479
    Views
    156,345

    Re: VB6 WebView2-Binding (Edge-Chromium)

    189031

    On a customer's computer I see this message when he / I click the microphone button in web.whatsapp.com.
    However, when he / I click on it, the result is not saved.
    It's not possible to...
  37. How do you work with VB6 using an Isolated Machine?

    I would like to hear from other VB6 developers who work with isolated dev machines.

    Do you run everthing inside a VMware machine or how do you do it?

    Thank you for any insights into your...
  38. Replies
    40
    Views
    13,451

    Re: [vbRichClient] How To...

    Is it possible to serialize / deserialize a VB6 dictionary using vbRichClient?

    I am using String and Long

    Dim d As New Dictionary

    d.Add "SomeString", SomeLong
  39. Replies
    479
    Views
    156,345

    Re: VB6 WebView2-Binding (Edge-Chromium)

    There is no built-in method to store the entire contexts (html and images) of a webpage locally, is there?
    I thought that since the data is already on my disk when I ask WebView2 to navigate to a...
  40. Replies
    40
    Views
    13,451

    Re: [vbRichClient] How To...

    I can not believe how incredibly good your work is.
    I was working with dhRichClient3, vbRichClient4 and various other of your tools.
    Yesterday I experienced a crash in a c32bpp list control where...
Results 1 to 40 of 345
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width