Search:

Type: Posts; User: cliv

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Re: VSFlexGrid only picture in column and not text.

    as i say it's and old application written more than 20 years ago with a lot of grid bound so change all involves a lot...


    ...yes it is a solution
  2. Re: VSFlexGrid only picture in column and not text.

    Doesn't work ... maybe because grid is bound.
  3. VSFlexGrid only picture in column and not text.

    I maintain an old application who use vsFlexGrid. Grid is bound to a database and one field display 0 and 1 values. I try to replace this value with picture, so in AfterDataRefresh event i have this...
  4. Replies
    60
    Views
    1,816

    Re: Adding a huge number of records to a MariaDB

    DAO can open MySQL/MariaDB......and you can even call procedures:



    Dim oDB_SERVER_MYSQL As DAO.Database
    Dim oRS_SERVER_MYSQL As DAO.Recordset
    Dim strProcedure as String

    Set...
  5. Re: connect this databse (.accdb) with DAO, how to

    Yes. Work with DAO

    1) Install Access Database Engine 32bit if you don't have 64-bit Office installed

    2) In VB6 Project|References,
    a) Deselect Microsoft DAO 3.6 object library
    b) Select...
  6. Re: [VB6] Simple AES 256-bit password protected encryption

    Thanks for the clarification
  7. Re: [VB6] Simple AES 256-bit password protected encryption

    Thanks wqweto, as usual, for excelent code.
    Can php code be use to create stored procedure for AES 256 Encryption and Decryption in MS SQL Server 2008? Can someone share?
  8. Re: The modern print dialog issue after Windows 11 22H2 update

    An alternative (and definitive) solution to restore the Legacy Print Dialog
    1. Type "cmd" select Run as administrator

    reg add "HKCU\Software\Microsoft\Print\UnifiedPrintDialog" /v...
  9. Re: [VB6/Win7+] Using the Windows UI Ribbon Framework

    Exelent job. Just an idea...RibbonDesigner for Delphi (Designer\Bin\RibbonDesigner.exe)...see here:
    https://github.com/JAM-Software/RibbonFramework

    188489
  10. Replies
    7
    Views
    1,129

    Re: SEND MESSAGE TO WATHAPP WITH ATTACHMWENT IN vb6

    http://leandroascierto.com/blog/enviar-documentos-por-whatsapp-con-vb6/
  11. Re: How to efficiently check if ADODB.Connection is really open

    Can you post a working project?
  12. Replies
    9
    Views
    1,604

    Re: Full screen cover taskbar - win 10

    Thank you anyway
  13. Replies
    9
    Views
    1,604

    Re: Full screen cover taskbar - win 10

    Nothing in left side. Ordinary sizable form


    No form is 0,0 if I want to cover left space I need to do
    MoveWindow Me.hwnd, -10, 0


    No
  14. Replies
    9
    Views
    1,604

    Re: Full screen cover taskbar - win 10

    :( No, same result left side space remain...
  15. Replies
    9
    Views
    1,604

    Re: Full screen cover taskbar - win 10

    Thank you.

    I try but left side space not disappear only bottom and right space.
  16. Replies
    9
    Views
    1,604

    Full screen cover taskbar - win 10

    I use this code to make form cover entire screen in Win10-64 and set always on top.


    Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x...
  17. Replies
    13
    Views
    2,978

    Re: Resize easily your forms

    I test resizekit2 trial from here:
    http://www.imagekit.com/RS2Trial/rs2txe.EXE
    ... and the result is very good even with third party controls.
    And here is an OCX (source included):...
  18. Replies
    13
    Views
    2,978

    Re: Resize easily your forms

    Do you know how we can proportional adjust font size in all control?
  19. Thread: LabelPlus

    by cliv
    Replies
    38
    Views
    14,264

    Re: LabelPlus

    From here ...
    https://www.vbforums.com/showthread.php?365738-Classic-VB-Does-Visual-Basic-6-support-Unicode&p=4719635&viewfull=1#post4719635
  20. Thread: C++ DLL to VB6

    by cliv
    Replies
    61
    Views
    18,237

    Re: C++ DLL to VB6

    look here:
    http://bbs.vbstreets.ru/viewtopic.php?f=1&t=50509
  21. Thread: C++ DLL to VB6

    by cliv
    Replies
    61
    Views
    18,237

    Re: C++ DLL to VB6

    Can you post a sample code and usb_relay_device.dll file ?
  22. Replies
    13
    Views
    3,644

    Re: VB6 and FontAwesome

    Duotone Icons (Font Awesome Version 5.10.0 or greater)

    https://fontawesome.com/how-to-use/on-the-desktop/referencing-icons/duotone-icons
    https://fontawesome.com/cheatsheet/pro/duotone
  23. Thread: LabelPlus

    by cliv
    Replies
    38
    Views
    14,264

    Re: LabelPlus

    OS: Windows 10 Pro Version 1903 - x64, language: english, keyboard: english(US keyboard), romanian(standard keyboard).
    Switch keyboard layout to ROU and input unicode in the IDE using properties...
  24. Thread: LabelPlus

    by cliv
    Replies
    38
    Views
    14,264

    Re: LabelPlus

    yes, i mean input unicode in the IDE using properties page ... but i am not able to input romanian characters in a English OS directly from keyboard (with ROU keyboard layout selected)
    178266...
  25. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    found here:
    https://www.vbforums.com/showthread.php?881267-VB6-VBFlexGrid-(virtual-DataBinding-to-SQLite-Recordsets)

    thank you...and by the way ForeColorFixed not working.
  26. Thread: LabelPlus

    by cliv
    Replies
    38
    Views
    14,264

    Re: LabelPlus

    Unicode caption in IDE - property pages like TextBoxW from Krools Common Controls, can be implemented?
    178247
  27. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    I have to maintain an old application that uses DAO recordset (using vsFlexGrid DAO version). I want to change with VBFlexGrid to support unicode. Application is too large to move to ADO.
    Can be...
  28. Re: Miniblink: the world's smallest Chrome-based browser control

    in SBrowser control add/replace:

    Private tmp_load_url As String, tmp_load_html As String, tmp_load_filename As String, tmp_load_lang As String

    then in UserControl_Show() after is_qd = True add:...
  29. Re: Miniblink: the world's smallest Chrome-based browser control

    ..deleted..
  30. Replies
    6
    Views
    1,148

    Re: I need add google map to my project

    Until today Schmidt ucGMap Usercontrol work very good

    http://www.vbforums.com/showthread.php?795137-VB6-WebBrowser-problem-a-serious-problem!&p=4875013&viewfull=1#post4875013

    ...but now does...
  31. Replies
    6
    Views
    1,148

    Re: I need add google map to my project

    Schmidt ucGMap control until today work very good
    http://www.vbforums.com/showthread.php?795137-VB6-WebBrowser-problem-a-serious-problem!&p=4875013&viewfull=1#post4875013
    ...but now does not work...
  32. Replies
    21
    Views
    21,070

    Re: VB6 WebBrowser problem... a serious problem!

    ucGMap ... does not work anymore:mad:. Posible google static api change?
  33. Re: ucGMap.ctl (Implementation of the Google-Static-API by Schmidt) ERROR

    Strange. It looks like the message requires a key api

    <GeocodeResponse> <status>OVER_QUERY_LIMIT</status> <error_message>You have exceeded your daily request quota for this API. We recommend...
  34. Re: ucGMap.ctl (Implementation of the Google-Static-API by Schmidt) ERROR

    Yes ... but sometimes on top-right appear

    Map error: g.co/staticmaperror

    157393

    This is the string:
    ...
  35. [RESOLVED] ucGMap.ctl (Implementation of the Google-Static-API by Schmidt) ERROR

    I try to use ucGMap.ctl from here:

    http://www.vbforums.com/showthread.php?758751-RESOLVED-VB6-WebBrowser-GoogleMaps-It-tries-to-download-the-image&p=4641473&viewfull=1#post4641473

    ... but...
  36. Re: [VB6] - Class for waiting asynchronous kernel objects.

    ... Thanks and i found this...
    https://www.desaware.com/tech/filemonitoring.aspx
  37. Re: [VB6] - Class for waiting asynchronous kernel objects.

    I use clsTrickWait.cls to monitoring the file operation in a folder but i have a problem.....

    1. Start folder monitor
    2. Start Copy a very large file to folder
    3. Event FILE_ACTION_ADDED...
  38. Thread: VB6 under WIN7

    by cliv
    Replies
    17
    Views
    5,388

    Re: VB6 under WIN7

    ...and where are Attachment file?...link is invalid
  39. Thread: VB6 under WIN7

    by cliv
    Replies
    17
    Views
    5,388

    Re: VB6 under WIN7

    What about SQLitening ... work very well on vb6.
    http://www.sqlitening.com/
  40. Thread: VB6 JSON Parser

    by cliv
    Replies
    5
    Views
    10,612

    Re: VB6 JSON Parser

    Than you for your answer...but this is the string return by php script on server side

    $result=mysql_query($sql);
    while($rows=mysql_fetch_array($result)){
    print json_encode($rows);

    ...so i...
Results 1 to 40 of 92
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width