Search:

Type: Posts; User: Maatooh

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    56
    Views
    39,055

    Re: VB6 - Yet Another Web Server

    I get it, I finally resigned myself to Winsock. No problem, I understand the barriers of vb6 and the few options in 32-bit. However, I keep faith in your work. vb6 is made to overcome its own...
  2. Replies
    56
    Views
    39,055

    Re: VB6 - Yet Another Web Server

    I loved this version combined with SimpleServer, my only problem has been that when remotely downloading many large files to another computer on the network, the browser does not load all the content...
  3. Re: Error compiling class module (Private object modules cannot be used in public obj

    Could you send me an example friend? I tried that and also getting the same error as mentioned above.

    thank you so much!
  4. Re: Error compiling class module (Private object modules cannot be used in public obj

    That's not exactly what I need.
    For example I need to compile dll:



    and not have to resort to doing:



    I know this can be done, I've done it before... memory fails and unfortunately I...
  5. Re: Error compiling class module (Private object modules cannot be used in public obj

    It is as I compiled it for the last time, I remember that this had a trick, but I am not being able to remember.

    188105
  6. Error compiling class module (Private object modules cannot be used in public object)

    Hello, I have a problem to compile a class module as activex dll.

    It turns out that I needed to remember how I could create a function like this:

    Public function NewThread(ByRef Formref As...
  7. Re: Failed to implement a VBA library in vb6, any alternative?

    I have access to the library, I am not yet successful in compiling the vb6 compatible version.
    These are the original lines:


    public String[] ReadValues(String[] nodeIdStrings)
    {
    ...
  8. Re: Failed to implement a VBA library in vb6, any alternative?

    I agree with the debug.print it was just illustrative. If I write the entries correctly, completing their parameters I also get the error. In the afternoon I will upload the project in vb6 and I will...
  9. Re: Failed to implement a VBA library in vb6, any alternative?

    My question is if there is any alternative to take advantage of this same VBA library in vb6, or some trick to perform the function of the library that directly from vb6 generates an error. since...
  10. [RESOLVED] Failed to implement a VBA library in vb6, any alternative?

    Well this is my last thread of hope, since the project that I am trying to do is to obtain data from a SCADA to vb6, try to obtain them by hWnd (which became complicated), OPC UA Client that the SDKs...
  11. Replies
    18
    Views
    2,912

    Re: OPC-UA client for VB6?

    I managed to find a library for VBA, now when trying to implement it in vb6 I get the following error.

    187622

    187623

    187621

    Function or interface marked as restricted, or the function...
  12. Replies
    18
    Views
    2,912

    [RESOLVED] OPC-UA client for VB6?

    Hello, I don't know if anyone here is familiar with OPC, I'm looking for how to build an OPC UA client from vb6. If there is anyone with experience in this, your contribution is greatly appreciated,...
  13. Re: I need to read the properties of a control through its hWnd.

    Thank you very much, The Trick!

    You gave me certainties, I'll see how I can continue.
  14. Replies
    6
    Views
    1,136

    Re: how to vb6 use websocket?by superwebsocket?

    I don't know if I understand correctly, you want to use the .net websocket server and use it as an intermediary for vb6?.

    In vb6 there is already the direct websocket solution without dependencies...
  15. Re: I need to read the properties of a control through its hWnd.

    I was investigating the way this software is programmed (Winlog 4) and its interface editor gives me clues as to how the logic of this works.

    First, there are some controls that are readable by...
  16. Re: I need to read the properties of a control through its hWnd.

    Sorry, I attached the download of the program.
    https://www.sielcosistemi.com/download/WinlogEvo_Setup.exe
    Steps: Install, open Winlog Evo 4 Project Manager, click "Automatic Washing System Demo"...
  17. Re: I need to read the properties of a control through its hWnd.

    Sadly it hasn't worked for me with WM_GETTEXTLENGTH and WM_GETTEXT.

    Here I leave a snippet of some functions that I have used.



    Private Declare Function FindWindow Lib "user32" Alias...
  18. [RESOLVED] I need to read the properties of a control through its hWnd.

    Well, previously I opened a thread asking about how to access the values ​​of a label in an external program in vb6, because sometimes these controls do not have easy location of their hWnd and it...
  19. Re: How can I read the value of a label from an external app made in vb6?

    I love the knowledge that is handled here. thank you very much to all. :D
  20. Re: How can I read the value of a label from an external app made in vb6?

    The Trick your solution is excellent, more than I expected. This will help me a lot

    I am interested to know if this can be applied to applications that are not written in vb6, since obviously I do...
  21. [RESOLVED] How can I read the value of a label from an external app made in vb6?

    I am trying to extract the value of the labels of a program using the SendMessage API, I have no problem to extract the value of Buttons and textbox, since I easily find its hWnd.

    187527

    It is...
  22. Re: Problems getting a window capture with Bitblt and PrintWindow.

    Thank you very much!! -Franky-, VanGoghGaming. The solutions are excellent for this problem.!
    VBC_UwpCapturePicker.zip and PrintWindow has surprised me, They got me out of big trouble! :bigyello:
  23. Problems getting a window capture with Bitblt and PrintWindow.

    Hello, I'm trying to get a window capture through the bitblt capture method and printWindow api, but in both I have the problem with some processes (Mostly games) where it only captures the window...
  24. Replies
    2
    Views
    1,256

    Re: Is mDNS possible in vb6?

    The HOSTS file works great, but many clients that will connect are ESP microcontrollers. You could write them the fixed ipv4 address but with some uncertainty the server ip might change and you would...
  25. Replies
    2
    Views
    1,256

    Is mDNS possible in vb6?

    Hello, I would like to be able to implement mDNS in a project where I set up a server on a local network and it can be found with a "name.local" instead of ipv4.

    Apparently I have not found much...
  26. Re: Help with winsock class module to create array as server.

    It is what I was looking for, thank you very much, couttsj :bigyello:
  27. Help with winsock class module to create array as server.

    Hello, I know that this is more feasible to address in a user control, but I am curious how to address it from a class module to raise an array as a server and not have a problem listening because...
  28. Replies
    3
    Views
    1,575

    I need help with scintilla!!

    Hello. Could someone help me to integrate highlights in the editor? With personalized words and different colors.

    I have tried to look at the documentation and I have found that they do it through...
  29. JavaScript, creation of large files (more than 2 gb) to download from the client.

    I am implementing a websocket server to transfer files to clients, that is, I send the bytes of the file in parts from the server to the client, and from the client I join the byte fragments and...
  30. Re: [VB6] Visual Basic 6 Client Websocket Control 1.7 BETA

    Excellent contribution, I love how the wss vb6 project has evolved. I was the one who put it together with the help of wqweto and ur1986. It was a great achievement. This is the repository of the...
  31. Re: Help when using a longlong for ReadProcessMemory

    It worked, thank you very much! :bigyello: :bigyello: :bigyello:
  32. Re: Help when using a longlong for ReadProcessMemory

    The project is excellent, but now I have had a problem with writing for 8 bytes with very long values, like "124411939811874204", how could I repair it?

    The reading is correct for these very long...
  33. Re: WebBrowser1 for 2021 - Selenium? Chrome? Firefox? Any free .DLL or .OCX?

    I share my embedded selenium browser code in case it is useful to you.

    MSeleniumBrowser

    Remember to add the reference in vb and register the tlb with administrator permissions.
    (ChromeDriver...
  34. Re: How do I get the baseaddress of a 64 bit process?

    Solved without problems, they are heroes. Thanks!! :bigyello::bigyello:
  35. How do I get the baseaddress of a 64 bit process?

    I need to obtain the base address of a 64-bit .exe process, in the same way that CE does, I find myself in the need to do this since the address changes over time, I have had experience obtaining...
  36. Re: ReadProcessMem for addresses that exceed the maximum value of long?

    I already understood how to implement what you suggest, thank you very much The trick! for sharing your knowledge and your repository. :D
  37. Re: Help when using a longlong for ReadProcessMemory

    Thank you very much for all the information, what you document is very useful to me. having found out about the possibility of longlong in vb6 was a great surprise and I will try to follow the path...
  38. Re: Help when using a longlong for ReadProcessMemory

    Wow, your example is excellent! :check: You really pulled me out of a hole.
    This is all I needed.
    Thanks a lot dz32!
    :bigyello::bigyello:
  39. Help when using a longlong for ReadProcessMemory

    Hello, I have the problem of reading and writing values ​​in addresses of a process of the type "7FFFFFFFFFFFF" that exceeds the maximum capacity of long

    For this I use "ReadProcessMemory" and...
  40. Re: ReadProcessMem for addresses that exceed the maximum value of long?

    I could not implement it :(. I got no errors, but neither did the expected values ​​a just vbnull which is equal to 1.
    It would help me a lot if you can correct me and adapt under the same example....
Results 1 to 40 of 53
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width