Search:

Type: Posts; User: loquat

Page 1 of 9 1 2 3 4

Search: Search took 0.07 seconds.

  1. Re: Control the Chrome browser with Chromdirver for web page automation

    https://github.com/PerditionC/VBAChromeDevProtocol
    i have found a vba code.
  2. Replies
    151
    Views
    163,340

    Re: VB6 - JsonBag, Another JSON Parser/Generator

    how to add Empty Array and Empty json Object?
  3. MsOf13 Re: MSForms.SomeControl control array class generator

    Sub ControlArrayGenerator()
    Dim DataObject As Object
    Dim reg As Object

    Dim strCode As String 'code read from clibboard
    Dim strClassName As String 'destination class name
    ...
  4. MsOf13 MSForms.SomeControl control array class generator

    1. this generator is based on Lavolpe's code in here: VBA-Control-Arrays-Imitation-Classes
    2. Generator Usage
    (1) create a blank class in vba ide
    (2) input "Private WithEvents ooo as...
  5. Re: Use VBA to create a Visual Basic 64 bit Add-in for Excel

    VBA can compile x64 dlls, but it needs 64bit msvbvm60.dll, without which the vba compiled dlls will not work.
  6. Replies
    0
    Views
    333

    Excel Automation AddIn can not work

    Env: win11 x64 office 2021 x64
    Problems:
    1.when add from Developer - Excel AddIns - Automation(U) - Browser(B)
    it shows error "The selected file does not contain a new automation server or does...
  7. MsOf10 Re: [RESOLVED] help with vba control array, i wanna trigger enter and exit event of t

    i want to trigger Enter and Exit event of excel worksheet controls
    have try some of the methods, but failed, such as this:...
  8. Re: Class module callback method crashing in VBAx64

    189657
    i have load pdb file in Cheat Engine, and the none-exported function EbSetMode seems right
    but i just do not know why it crash when call it.
  9. Re: Class module callback method crashing in VBAx64

    i m sure about hEbSetMode because i download one of the pdb file from microsoft
  10. Re: Class module callback method crashing in VBAx64

    when i call EbSetMode in VBE7 x64 by using DispCallFunc the vba64 IDE crash too
    can you help to check why?

    'mDispCallFunc
    #If Win64 Then
    Public Declare PtrSafe Function DispCallFunc Lib...
  11. Replies
    23
    Views
    13,439

    Re: [VB6/VBA] Timer class.

    hello the trick, can you add Enabled and Name property for this class?
  12. Re: Can anyone make ExecuteLine api run in compiled exe?

    I have no intention nor ability to write such complex programs.
    I m just interested in this old implementation, i don't understand why my porting can not run.
    That's the only reason i m here asking...
  13. Re: Can anyone make ExecuteLine api run in compiled exe?

    not use this api for vbs running purpose, just for fun, do not know why vb6 porting can not run.
  14. Can anyone make ExecuteLine api run in compiled exe?

    i got a very old code from vbgood forum, which alread offline now, the author names a2si
    and i had got his permission to translate it to other languages thr email long time ago

    but when i...
  15. Replies
    41
    Views
    6,427

    Re: Python embedding w/Debugger

    please can you compile 64bit version py4vba?
  16. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    i have ever seen a EventInterface demo by VANJA ****AR.
  17. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    is it more efficient using a interface class than write a zombie subrotine in cTaskDialog.cls?...
  18. Replies
    21
    Views
    3,513

    Re: A clsObjectExtender new version

    can we just bypass it?
  19. Replies
    21
    Views
    3,513

    Re: A clsObjectExtender new version

    i have made some tests on vba 64bit by using DispCallFunc api, many and many of the times crash office vba environment.
  20. Replies
    21
    Views
    3,513

    Re: A clsObjectExtender new version

    will you have time to write a twinbasic or vba64 version?
  21. Replies
    107
    Views
    25,154

    Re: VB6 Web Site/App Server

    is it like this?
    VbWebApp.exe /spawn 1 /ip 240e:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:6f30 /port 80
    it returns this:
    ***ERROR: -2147221504 Couldn't start Listener on 127.0.0.1:80
    ERROR: -2147221504 Could...
  22. Replies
    107
    Views
    25,154

    Re: VB6 Web Site/App Server

    can we use ipv6?
  23. Re: VB6 LightWeight COM and vbFriendly-BaseInterfaces

    i have tried to transport this code to twinbasic but x64 not work. a little difficult for me.
  24. Replies
    8
    Views
    1,877

    Re: [VB6] SendMessage - 64 bit compatible.

    oh yes, forget it, there is no need for tb.
  25. Replies
    8
    Views
    1,877

    Re: [VB6] SendMessage - 64 bit compatible.

    can you write this code in twinBasic?
  26. Replies
    8
    Views
    1,877

    Re: [VB6] SendMessage - 64 bit compatible.

    does this means we can use most of the x64 api now, like in user32 kerner32
  27. Replies
    10
    Views
    1,448

    Re: Still no documentation for RC5/6

    so is TwinBasic
  28. Replies
    14
    Views
    2,893

    Re: Call BAS Procedure By Address

    I guess with the trick's code GetCallingProcName, we should have a trick to make that done with a compiled debug symbol attached.

    i have seen some demo for vba to do CallBasProcByName, like...
  29. Replies
    14
    Views
    2,893

    Re: Call BAS Procedure By Address

    two questions
    1.will you update code to support x64, such as office vba and twinbasic
    2.can you achieve CallBasProcedureByName
  30. Re: [VB6] Modern Shell Interface Type Library - oleexp.tlb

    anyone translate oleexp.tlb to 64bit?
  31. Re: VB6: is there any library for API and GDIPLUS functions?

    https://arkham46.developpez.com/articles/office/clgdiplus/
    https://arkham46.developpez.com/articles/office/clgdi32/
    and OpenGL...
  32. Re: VB6 RichEdit (riched20.dll) lightweight Unicode Textbox (only code, no OCX requir

    https://learn.microsoft.com/en-us/windows/win32/controls/about-rich-edit-controls
    it seems rich edit v4.1 has some more good features than v2.0, such as simple tables, more text styles etc.
  33. Replies
    6
    Views
    967

    Re: UDTs to Variants without a TypeLib File

    Private Declare Function CreateTypeLib Lib "oleaut32" (ByVal StrSrc As Long, ByVal Path As Long, a As ICreateTypeLib) As Long
    'Private Declare Function DispCallFunc Lib "oleaut32.dll" (ByVal...
  34. Re: VB6 RichEdit (riched20.dll) lightweight Unicode Textbox (only code, no OCX requir

    goot job
    will u use RichEdit v4.1 (RICHEDIT50W in msftedit.dll) next update?
  35. Replies
    10
    Views
    1,631

    Re: RC6, about the CAILib class

    will cRegExp be as great as PCRE2?
  36. Re: [VB6] Create a TaskPane For Ms Office : Excel - Word - Access - PowerPoint - Outl

    where is the source code please?
  37. Re: [VB6] VBCDeclFix - The Add-in allows you to use Cdecl functions in VB6 IDE.

    hello the trick, can you tell me is there some patch operations that we can make to the vba6.dll itself.
    i m still working on how to transport this addin to vba x86
  38. Replies
    151
    Views
    163,340

    Re: VB6 - JsonBag, Another JSON Parser/Generator

    seems newest version is v2.6?
    https://www.vbforums.com/showthread.php?738845-VB6-JsonBag-Another-JSON-Parser-Generator&p=5366455&viewfull=1#post5366455
  39. Replies
    28
    Views
    21,519

    Re: [VB6] - Calling functions by pointer.

    VBE x86 can use this module
    but VBE x64 i do not know how to change it


    'Func Addr: 26D01E5C
    '26D01E5C: A1 581ED026 mov eax,26D01E58
    '26D01E61: 0B C0 or eax, eax
    '26D01E63: 74 13 ...
  40. Replies
    23
    Views
    13,439

    Re: [VB6/VBA] Timer class.

    it seems have a faster way to get EbMode function address
    when we use addressof to get function or sub pointer
    it will get EbMode function at offset 0xA
    vb6:
    02710CFD - B8 E016A90F -...
Results 1 to 40 of 331
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width