Search:

Type: Posts; User: VBDevelopper

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,004

    Re: Winhttprequest and JBoss 7.3

    Yes, I followed your advice. Now the communication works. Thank you very much wqweto.
  2. Replies
    2
    Views
    1,004

    [RESOLVED] Winhttprequest and JBoss 7.3

    Hi.
    A few years ago I wrote a vb6 application that invoked restFul services, in https, on a server running JBoss 6.4.
    The server administrator has updated the JBoss version to all 7.3.
    From this...
  3. Replies
    8
    Views
    1,116

    Re: CwebRequest examples

    Thank jpbro. It is clear to me.
  4. Replies
    8
    Views
    1,116

    [RESOLVED] CwebRequest examples

    Hi. I need to implement some calls to webservices in the vb6 program. I have seen that vbRichclient has classes for doing this. Some examples of use would be useful. Can someone help me? Thanks
  5. Replies
    10
    Views
    3,176

    Re: Error 0x80072F7D on https request

    Very interesting. Thank you so much
  6. Re: bad conversion in SerializeToJSONString method?

    Thanks Olaf. Your code works fine.
    If I understood correctly, the problem was generated by the loop that converted the string into a byte array? The "รจ" character has been converted to unicode,...
  7. bad conversion in SerializeToJSONString method?

    Hi.
    In one of my programs I used the method SerializeToJSONString to get the string of a json contained in a VbRichclient collection.
    In one of the fields sent by the server there is the character...
  8. Replies
    10
    Views
    3,176

    Re: Error 0x80072F7D on https request

    I try. Thanks again
  9. Replies
    10
    Views
    3,176

    Re: Error 0x80072F7D on https request

    Hi. In fact you are right. The server I am querying uses openSS-1.1.1g. I am wondering if anyone experience restful service invocation with https in vb6.
    Thanks
  10. Replies
    10
    Views
    3,176

    Re: Error 0x80072F7D on https request

    Thanks for the help. I go deeper still
  11. Replies
    10
    Views
    3,176

    Re: Error 0x80072F7D on https request

    Thanks wqweto.
    Why does Postman work? Maybe it uses different settings?
  12. Replies
    10
    Views
    3,176

    Error 0x80072F7D on https request

    Hi.
    I am trying to invoke a rest service with https protocol. But I get the error stated above.
    This is my code:

    Private Sub cmdSend_Click()
    Dim sUrl As String
    Dim sResponse As...
  13. Re: Info on cconnection object of vbrichclient5

    Thanks jpbro.
    I have read:https://www.sqlite.org/lang_transaction.html and more
    I have some questions:
    1) Then Begin,Rollback and Commit are used for run a immediate transaction. It is correct?...
  14. Info on cconnection object of vbrichclient5

    Hello everyone.
    Some features and properties are available in the object "cConnection" that I can imagine the meaning of but I would like to be sure.
    They are:

    EnableNestedTransactions...
  15. Replies
    4
    Views
    742

    Re: vbrichclient5.cudp example

    Hi jpbro.
    Thank for explication
  16. Replies
    4
    Views
    742

    Re: vbrichclient5.cudp example

    Hi jpbro
    Thank for the example.
    I understood the broadcaster, but I have some small questions about the receiver.



    Private Sub Form_Load()
    Set mo_Udp = New_c.UDP
    mo_Udp.Bind "", 22222...
  17. Replies
    4
    Views
    742

    vbrichclient5.cudp example

    Hi.
    Does anyone have an example of how to use the vbrichclient5.cudp class?
    Thanks
  18. Re: vbRichClient5 cThreadHandler Test

    Hi Olaf.
    I'm sorry for the delay in the answer. I understood my mistake.
    Thanks
  19. [RESOLVED] vbRichClient5 cThreadHandler Test

    Hi.
    I used the cThreadHandler class.
    I started from the example "_Hello World".
    I call a method of a my dll.
    The method works but does not return the expected value (return false).
    However, it...
  20. Replies
    2
    Views
    676

    Re: learning vbFCGI

    or it's a very stupid or very difficult question. I quit
    Many thanks:(
  21. Replies
    2
    Views
    676

    Re: learning vbFCGI

    or it's a very stupid or very difficult question. I quit
    Many thanks:(
  22. Replies
    2
    Views
    676

    [RESOLVED] learning vbFCGI

    Hi.
    I am learning the use of VBFCGI.
    In the VbFcgiApp demo application in the ProcessRequest routine there is this piece of code


    ' *** JSON RETRIEVE
    l_ContentType =...
  23. Re: VB6 Threading-Examples using the vbRichClient5 ThreadHandler

    Hi Olaf.
    Thank you for replay.
    I'll ask you another trivial question.
    What does STA mean? Single Thread Apartment?

    Also
    I made a change to your project by adding a new function in the class...
  24. Re: VB6 Threading-Examples using the vbRichClient5 ThreadHandler

    Hi for all.
    I read the example of Olaf (Hello World) with the cThread class.
    I ask a question, certainly trivial but I did not understand.:confused:
    The synchronous call of a function of a thread...
  25. Re: A small question about" VB6 Threading, using the small DirectCOM.dll-HelperLib "

    I will do so. Many thanks Olaf
  26. Re: A small question about" VB6 Threading, using the small DirectCOM.dll-HelperLib "

    Hi.
    The is not the return value the problem. But the param "string".
    This is the signature of the functions
    OpenA (param1 as string) not working error 458
    OpenB (param1 as integer, param2 as...
  27. Re: A small question about" VB6 Threading, using the small DirectCOM.dll-HelperLib "

    Hi Olaf.
    Thanks for your example.
    I read a lot about the threads. In this forum there are many articles and examples. I'm using your "_Hello World" example to use a dll.
    I'm trying to use some...
  28. A small question about" VB6 Threading, using the small DirectCOM.dll-HelperLib "

    Hi.
    I read Olaf Schmidt's post "VB6 Threading, using the small DirectCOM.dll-HelperLib".
    Very interesting. All three contain a call to dll.
    But if I want to call the methods of a class inside the...
  29. Replies
    5
    Views
    1,809

    Re: Error with VbFcgi

    Thanks jpbro. I had changed the name. Now works. Thank you
  30. Replies
    5
    Views
    1,809

    [RESOLVED] Error with VbFcgi

    Hi.
    I'm studying vbFcgi. I modified the VbFcgiAppDemo project. But when I run it I get the below an error.


    [3412] Creating CFcgiApp from: C:\VbFcgi-master\bin\vbfcgiapptp.fcgi
    [3412] Error in...
  31. Re: VB Multithread Library (Generic Multithreading)

    OK. Thanks
  32. Re: VB Multithread Library (Generic Multithreading)

    but if there are the activeX:confused: because one needs to use other paths?
  33. Replies
    7
    Views
    3,944

    Re: WinHttp slow with Https

    Hi dilettante.
    I wrote this (raw) class for winhttp.
    Everyone what do they think?


    Option Explicit
    Dim colHeaderSetValue As New Collection
    Dim colHeaderSetKey As New...
  34. Replies
    7
    Views
    3,944

    Re: WinHttp slow with Https

    Hi Dilettante.
    You gave me many subjects to work on.
    As I said before the server I connect to is not managed by me
    I will investigate and maybe improve the services with your suggestions.
    I will...
  35. Re: VB Multithread Library (Generic Multithreading)

    Hi Krool.
    Thanks.
    Now it is a bit more clear.
    You have to excuse me, but I now approach this advanced programming.
    I still have a small question.
    Why is this thread called "(Multithreading...
  36. Replies
    7
    Views
    3,944

    Re: WinHttp slow with Https

    Hi Dilettante

    what you tell me is interesting. I will do this first test.

    No isn't
    Thanks:blush:
  37. Replies
    7
    Views
    3,944

    Re: WinHttp slow with Https

    Thanks for your reply Dilettante

    What is the right approach?

    As you said, I knew that the response times would be different, not so much.

    They are on the same server.

    I have not written...
  38. Replies
    7
    Views
    3,944

    [RESOLVED] WinHttp slow with Https

    I wrote two routines that call a service rest.
    The former uses the HTTP protocol and the second uses the HTTPS protocol.
    For the same service the first routine takes on average 16 msec.
    The second...
  39. Re: VB Multithread Library (Generic Multithreading)

    With your suggestion the program works.
    you excuse my banality, but I did not understand some things.
    1)
    Because we need the timer to check if all the threads are finished.
    The IThread_Complete...
  40. Re: VB Multithread Library (Generic Multithreading)

    Hi for all
    I need to use multithreading. I did a test using the VBMThread11 DLL.
    I downloaded the xxdoc123 test program.
    I do not understand why I do not receive an indication of the end of the...
Results 1 to 40 of 57
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width