Search:

Type: Posts; User: darjeeling

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Re: [VB6] ucShellBrowse: A modern replacement for Drive/FileList w/ extensive feature

    Hi Crapahute

    mDefHighPerfMode = False seems to be THE SOLUTION !

    Thank you
  2. Re: [VB6] ucShellBrowse: A modern replacement for Drive/FileList w/ extensive feature

    Yes fafalone i have used Demo Project with oleexp 6.4 - Released 10 August 2023 in reference.
    I have also tried to create a simple test with nothing else than the control and the olexp 6.4 in ref....
  3. Re: [VB6] ucShellBrowse: A modern replacement for Drive/FileList w/ extensive feature

    Hi fafalone
    ucShellBrowse v11.2 control on VB6
    immediate crash on Load project (Windows 10 22H2) !
    I can't do nothing ... ?
  4. Re: Read Barcode & QRCode within VB6 using ZXing

    Thank you Thierry
  5. Re: Read Barcode & QRCode within VB6 using ZXing

    "If I can post compiled version I could do it"

    Sure it is the right solution.

    Thank you
  6. Re: Read Barcode & QRCode within VB6 using ZXing

    I must be blind but I couldn't find zx.exe in the zxing-zxing-0b3ff50 archive ?
  7. Re: Read Barcode & QRCode within VB6 using ZXing

    Hi Thierry69

    'sPathzxing = App.Path & "\zx.exe'

    Please -> zx.exe
  8. Re: Scroll picturebox with mouse wheel ?

    Look here: https://www.vbforums.com/showthread.php?881463-VB6-Smooth-Scrollbar-Control-v1-0-9b-(updated-11-12-19)&highlight=Smooth+Scrollbar+control
  9. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    Hi fafalone,

    You're right "RtlFreeUnicodeString " must be removed.
    I replace Private Const mDefHighPerfMode As Boolean = False by True
    and removed RtlFreeUnicodeString sub and the line...
  10. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    @ Crapahute

    Congratulations !
    Private Const mDefHighPerfMode As Boolean = False

    All it's OK.
    Thank you so much.
  11. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    -Quits with no error.
    -ucShellBrowse
    -CTL

    And there is nothing sprecial in my systems.
  12. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    Hi fafalone,
    I confirm that on all the demos the IDE leaves immediately on Win10 and Win11.

    This doesn't appear on Win7
  13. Replies
    19
    Views
    1,577

    Re: MouseEnter and MouseExit

    187868
  14. Replies
    14
    Views
    1,999

    Re: get process exe is x64 or x86

    Stop publishing bits of code that have no interest when they are not documented and very badly translated.
    You must also accept that on this forum the official language is English.
  15. Re: VB6 on WIN10 21H2 - the bests AppCompatFlags ?

    I answer to myself.
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
    "C:\\Program Files (x86)\\Microsoft Visual Studio\\VB98\\VB6.EXE"="~ RUNASADMIN WINXPSP3...
  16. VB6 on WIN10 21H2 - the bests AppCompatFlags ?

    Hi,
    I try some registry values like:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
    "C:\\Program Files (x86)\\Microsoft Visual Studio\\VB98\\VB6.EXE"="~...
  17. Replies
    2
    Views
    413

    Re: ChartDemo code by Olaf - Need help

    Hi,
    First -> Register ChartLib.ocx or recompile ChartLib.vbp
    ChartDemo.vbp Error because it looks for Sub Main
    Add frmChartDemo.frm
    In property change Start to frmChartDemo

    Good luck
  18. Replies
    10
    Views
    1,464

    Re: Still no documentation for RC5/6

    RC5/6 Documentation.
    Just a Graal !

    Good luck.

    Regards
  19. Re: VB6 RichEdit (riched20.dll) lightweight Unicode Textbox (only code, no OCX requir

    Hi VanGoghGaming,
    OK i am on Win7.
    I'll try on Win10.

    Regards
  20. Re: VB6 RichEdit (riched20.dll) lightweight Unicode Textbox (only code, no OCX requir

    VB6 in French
    richTest1.GetSpellingSuggestions("word") return the same Error -> 430
  21. Re: VB6 RichEdit (riched20.dll) lightweight Unicode Textbox (only code, no OCX requir

    Hi,
    There is a problem with Subclass.
    Crash on rightclick with selected text => Err 430 WndProc

    Regards
  22. Re: [VB6] Win7 Taskbar Features with ITaskbarList3 (overlay, progress in taskbar, etc

    Hi fafalone,
    Like georgekar i use small icons in Win7 taskbar.
    The overlay icon appear only with normal icons.
    Regards
  23. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi Olaf,
    Good news !
    Now it works fine on Windows 7.



    Option Explicit
    Private Cairo As cCairo
    Private WithEvents WV As cWebView2
  24. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Olaf thank you very much for trying to help me but it still doesn't work.
    I have checked the registry keys (HKLM and HKCU) concerning the runtime and tried different versions of this runtime but...
  25. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi again,
    I tested several solutions under Windows 7 but without success.
    I confirm that I have no problem under Windows 10.
    On the other hand, the source code of Wolf...
  26. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi again,

    If WV.BindTo(picWV.hWnd) = 0 Then MsgBox "couldn't initialize WebView-Binding": Exit Sub

    Sorry but the same problem remain: "couldn't initialize WebView-Binding"

    Regards
  27. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi Olaf,
    RC6 version 6.0.12:
    RC6BaseDlls.zip -> HTTP Error 404.0 - Not Found

    Regards
  28. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi Olaf,
    Thank you i'll try.

    Regards
  29. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi Olaf,
    My tests:

    1 - Windows 7
    MicrosoftEdgeWebView2RuntimeInstallerX86 installed on Windows 7.

    First try:
    WV.BindTo(picWV.hWnd) => "couldn't initialize WebView-Binding"

    Second try:
  30. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Ok Olaf,
    Thank you very much and Merry Christmas !
  31. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi Olaf,
    Yes i see but it is a CAB.
    How to install or use this one ? I'm lost.
  32. Replies
    479
    Views
    156,402

    Re: VB6 WebView2-Binding (Edge-Chromium)

    Hi,
    I have the same problem as Resurrected.
    So Resurrected seems to solve with 'Microsoft.WebView2.FixedVersionRuntime.107.0.1418.62.x64' but i have not found the installer of this version....
  33. Re: Save and restore CheckBox array

    clsIniFile by Dragokas is the right solution.

    https://www.vbforums.com/showthread.php?855571-VB6-INI-file-class-(unicode-aware)&highlight=clsIniFile
  34. Re: LynxGrid : grid autosize columns to form size

    Lynxgrid HistoryLog
    Properties:

    AllowColumnDrag

    Returns/sets a value that determines whether the user is allow to change the Column order by Dragging

    AllowColumnHove

    Returns/sets a value...
  35. Re: LynxGrid : grid autosize columns to form size

    Hi
    '// for Autoresize Column
    '// Size column to fit it's content

    Public Sub ColWidthAutoSize(Optional ByVal vCol As Long = C_NULL_RESULT)
  36. Replies
    2
    Views
    4,355

    Re: Calendar App

    You should take a close look at this very successful control:
    http://leandroascierto.com/blog/uccalendar-calendario-de-eventos/
  37. Re: Send easily SMS with your mobile, 1 by 1 or per batch

    Hi Thierry,
    "Bonjour l'ami"
    Do you have some experience to call ADB from VB6 ?

    Regards
  38. Re: Send easily SMS with your mobile, 1 by 1 or per batch

    It works so fine.
    Thanks Thierry.

    How to send MMS ?
  39. Re: LynxGrid + sqlite : runtime error 13 type mismatch

    Here is an example of LynxGrid - SQLite
    https://codes-sources.commentcamarche.net/source/103409-ae-vb6-sqlite3-4-2

    I've tested and it works well.
  40. Re: LynxGrid + sqlite : runtime error 13 type mismatch

    I advise you to use GridPlus from Leandro Ascierto instead of LynxGrid which has not been maintained from a very long time.
    ...
Results 1 to 40 of 95
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width