Search:

Type: Posts; User: oldVBDev

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    12,618

    Re: VB6 - Use Vista+ Task Scheduler 2.0 API

    Hello Fafalone. Thanks for your answer. I had found your example code. It is very interesting. But I don't have much experience using interfaces. I'll try. Maybe if I'm in trouble, I'll ask you for...
  2. Replies
    7
    Views
    12,618

    Re: VB6 - Use Vista+ Task Scheduler 2.0 API

    Hello. I need to schedule a task in a vb6 application. I found this post and Dilettante's solution. I ask if it is possible to modify it to use it on windows 10. Or what if there is an alternative?...
  3. Thread: jwt

    by oldVBDev
    Replies
    4
    Views
    2,304

    jwt

    Hello everyone. Has anyone had experience with JW who can give me useful advice?
    Thanks
  4. Re: VB6 Regfree-Usage of your own VB- and other COM-Dlls per DirectCOM-Helper

    Hi.
    Thanks to Olaf. I will follow your suggestion.
  5. Re: VB6 Regfree-Usage of your own VB- and other COM-Dlls per DirectCOM-Helper

    Goodmorning everyone.
    I have a VB6 application that I wrote many years ago.
    The client asked me if it was possible to allow installation without administrator privileges.
    I remembered that Olaf...
  6. Replies
    15
    Views
    2,832

    Re: two factor authentication

    Hi jbpro
    But the USB stick would keep it only authorized to launch the application.
    No the environment is not so hostile, but the client asked me for an excess of precaution and since it is he who...
  7. Replies
    15
    Views
    2,832

    Re: two factor authentication

    I'm thinking of the suggestion of "dilettant".
    I could create an encrypted string which is generated with some PC data where my application runs.
    Thus it cannot be carried on other PCs.
    When...
  8. Replies
    15
    Views
    2,832

    Re: two factor authentication

    I thank you all. They are all good ideas. I'll study them all, let's see if I take something good out.
  9. Replies
    15
    Views
    2,832

    Re: two factor authentication

    Thank you all for your reply.
    Techgnome yours are good suggestions. I will see if they can be prosecuted.
    PlausiblyDamp.
    What you say is true.
    However, physical access to the PC running my...
  10. Replies
    15
    Views
    2,832

    Re: two factor authentication

    Thanks for your answer.
    I have a difficult scenario. My desktop application works in a closed network, ie not connected to the internet. Maybe I could use users' cell phones so I can imagine using...
  11. Replies
    15
    Views
    2,832

    two factor authentication

    Hi.
    I have to implement two-factor authentication in my vb6 application. Can it be done? Any suggestions are welcome.
    Thanks
  12. Replies
    1
    Views
    520

    Alternative IDE VB6

    Hi.In a post on this forum, I remember reading that someone has developed an alternative IDE for VB6. Unfortunately I could not find the post again. Do any users remember this?
    Thanks
  13. Re: How to retrieve the name of the procedure / function at runtime

    thanks to "Elroy" and "The trick" for the tips and time
  14. Re: How to retrieve the name of the procedure / function at runtime

    You have been very clear. Thank you
  15. Re: How to retrieve the name of the procedure / function at runtime

    I'm not a genius like you but I had found this solution too. Thanks
  16. [RESOLVED] How to retrieve the name of the procedure / function at runtime

    Hi. Is there a method to retrieve the name of the procedure / function being run at runtime?



    Private Sub MyFunction()
    dim strSubName as string
    strSubName=unknowMethod
    end sub

    Thanks
  17. Replies
    17
    Views
    18,945

    Re: [VB6] UserControl Ambient.UserMode workaround

    Hi.
    This post is very interesting. I put the code of La Volpe into my UC to study the solution.
    I do not have problems with UC within other UC. I have a UC in a form.
    If I launch the project...
  18. Re: err rutime 91' using vbrichclient5.collection

    Ok. Many thanks
  19. Re: err rutime 91' using vbrichclient5.collection

    I have done what you said and solved the problems. But I have one last doubt. The following function returns nothing. Why are you doing it? It is certainly not an oversight, but I cannot find the...
  20. Re: err rutime 91' using vbrichclient5.collection

    Yes it was as you said. The error was due to a chr $ (0) at the first character of the buffer.
    Thanks jbpro
  21. Re: err rutime 91' using vbrichclient5.collection

    Hi jpbro.
    Thank you for your answer

    I tried. I get "invalid json". I suspect that the AppendData function does not work well. But it seems to me correct.
  22. err rutime 91' using vbrichclient5.collection

    I took some classes written by Olaf to handle multiple http requests.
    I added two methods to get the received data.
    The data received are JSON arrays.
    In text format they look ok but if I try...
  23. Replies
    3
    Views
    781

    Re: Test cThreadHandler

    Thanks Rocha, thanks Olaf.

    Yes, I am actually trying to speed up a series of parallel requests.
    Do you think it's not the case to manage a container class for winhttprequest and use your...
  24. Replies
    3
    Views
    781

    [RESOLVED] Test cThreadHandler

    Hi to all
    I study the class a. In this class I used the method a. But the triggering of the events does not seem to work.
    The class used alone works. Where did I make the mistake?
    myclass in...
  25. Re: WinHttpRequest slower than Postman

    Hello everyone. Hi Olaf.
    I did a number of tests with and without "encoding-gzip" option.
    Some tests on the development machine. Some tests on machines in production. The result was very...
  26. Re: WinHttpRequest slower than Postman

    Hi Olaf.
    Thanks for the suggestion. I will try and update you.
  27. Replies
    15
    Views
    3,375

    Re: SQLite examples for vbRichClient?

    Many thanks
  28. Replies
    15
    Views
    3,375

    Re: SQLite examples for vbRichClient?

    Hello. Someone has an example of using the l function
    "openschema" by CConnection with a sqlite db.
    Thanks
  29. [RESOLVED] WinHttpRequest slower than Postman

    Hi
    I wrote a vb6 program to consume a restFUL service.
    I used a WinHttpRequest5.1 object. It works.
    I do tests with a restful client (postman),
    I have seen that the response times are much lower...
  30. Replies
    14
    Views
    1,632

    Re: method updatebatch

    Thanks Olaf. I will follow your suggestions and publish the results in the forum
  31. Replies
    14
    Views
    1,632

    Re: method updatebatch

    Hi.
    I followed Olaf's advice. The program works well on developer pc
    But I have a problem when installing the executable on a PC running Windows 10.
    To the instruction in red:

    Set rs =...
  32. Replies
    14
    Views
    1,632

    Re: method updatebatch

    Thanks Olaf for the reply. You shed some light on some aspects that were not yet clear to me. I was sure I made mistakes.
    Greetings
  33. Replies
    14
    Views
    1,632

    Re: method updatebatch

    Why does SQLite studio report the field types "Date" and "DateTime" among the possible ones?
  34. Replies
    14
    Views
    1,632

    Re: method updatebatch

    Thank
  35. Replies
    14
    Views
    1,632

    Re: method updatebatch

    thank you all
    The problem seems to be the date field. If I change it the type in text works
    Why?
  36. Replies
    14
    Views
    1,632

    Re: method updatebatch

    thank you all
    The problem seems to be the date field. If I change it to text it works.
    Why?
  37. Replies
    14
    Views
    1,632

    method updatebatch

    I have this code:


    Option Explicit
    'CREATE TABLE TEST (
    ' CODICE CHAR,
    ' DATA DATE,
    ' NUMERO INTEGER
    ');
  38. Replies
    2
    Views
    1,469

    Re: cRecordset and Vb6 Datareport

    They both work
    Many thanks Olaf
  39. Replies
    2
    Views
    1,469

    [RESOLVED] cRecordset and Vb6 Datareport

    Hi for all.
    I am replacing an Ado recordset in Datareport with a crecordset of vbrichclient5. But when I write:


    set MyDataReport.Datasource = myRecorset

    I get the runtime error nr.13.
    ...
  40. Replies
    3
    Views
    1,867

    Re: demo vbRichClient5.cArrayList

    Thanks a jbprob
    Thanks a Olaf .

    To jbpro
    In one of my programs, I used a class to handle a stack.
    When I saw the cArray class doing it, I used it.
    The Olaf classes are much more performing...
Results 1 to 40 of 72
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width