Search:

Type: Posts; User: christ62

Search: Search took 0.03 seconds.

  1. Thread: OAuth 2.0

    by christ62
    Replies
    9
    Views
    5,301

    Re: OAuth 2.0

    hum ok. I'll try ah home to re-use your code to generate a Oauth connexion to gg ;)
  2. Thread: OAuth 2.0

    by christ62
    Replies
    9
    Views
    5,301

    Re: OAuth 2.0

    I just follow you (EduardoVB ?)
  3. Thread: OAuth 2.0

    by christ62
    Replies
    9
    Views
    5,301

    Re: OAuth 2.0

    and it's use an OAuth authentification ? (I thinks so) Maybe can we create a github about
  4. Thread: OAuth 2.0

    by christ62
    Replies
    9
    Views
    5,301

    OAuth 2.0

    Hi, Someone has already found a sample to connect with OAuth 2.0 to a service ?
    I would have like to improve his code (google services ) : http://www.luigimicco.altervista.org/doku.php/vbgcalendar
  5. VB6 + OUTLOOK .PickFolder show shared Calendars

    Hello,

    I don't understand why I can't list the Shared Calendar with this code. If a friend shares his calendar, I don't see him.



    Dim lO_OutObj As Outlook.Application
    Set...
  6. Re: How know if the regional format uses 12 hours or 24 hours

    Humm ok I try this ! Thanks you ;)
  7. Replies
    3,742
    Views
    1,870,740

    Re: CommonControls (Replacement of the MS common controls)

    Just because, I had done it but in the IDE of Visual Studio 6, I had "jerks" when, by example, I move Controls on form etc... :(
  8. Replies
    3,742
    Views
    1,870,740

    Re: CommonControls (Replacement of the MS common controls)

    Hi, Good work !
    I always use a VM with winXP to VB6 . This code need a COMCTL32.dll V6. But my VM have the 5.82 version. If I copy the v6.10 (from my win10) XP, XP refuses because it is used. Any...
  9. [RESOLVED] How know if the regional format uses 12 hours or 24 hours

    Hello,

    I would like to propose to users to use the regional format of the time for their PC.

    Currently, I use FormatdateTime(…) but if he uses AM/PM ? :

    FormatdateTime(cdate("20:42"))...
  10. Replies
    5
    Views
    1,315

    Re: Lynxgrid - bug in ReturnColIndex function.

    Hi, why not had this source on Github ?
  11. Re: [SQLite] cannot execute select-statement: disk i/o error (10)

    @dreammanor Thank you so much for sharing your experience!
    Can you detail me a little bit " I wrote a paging function "
  12. Re: [SQLite] cannot execute select-statement: disk i/o error (10)

    I'll be interested in that. If you have a small sample (I gave up a code that used winsock+binary file to use an SQLite app because it was too complicated for the user who didn't understand anything...
  13. Re: [SQLite] cannot execute select-statement: disk i/o error (10)

    ok I will indeed in the first time update the vbRichClient5 and wait for the feedback :/ thankful
  14. Re: [SQLite] cannot execute select-statement: disk i/o error (10)

    the database is mostly on a shared disk
  15. Re: [SQLite] cannot execute select-statement: disk i/o error (10)

    As I wrote this only happens to very few users. maybe like 2% ..
    My code seems normal :


    If Cnn Is Nothing Then MsgBox "error", vbCritical + vbApplicationModal: Exit Sub

    Dim SQL As String...
  16. [SQLite] cannot execute select-statement: disk i/o error (10)

    Hello,

    The problem was in the title ;) "cannot execute select-statement: disk i/o error (10)"

    I use the DLL vbRichClient5.dll (5.0.44)

    And I have this error for some users (a few of them...
  17. Replies
    3
    Views
    988

    Re: [RESOLVED] [SQLite] Notifications

    ok ! thank you !
  18. Replies
    3
    Views
    988

    [RESOLVED] [SQLite] Notifications

    Hi,
    I use in a software the database SQLIte with vbRichClient5.dll

    Is there a way to have a notification event when there is a change by another user from another PC ?

    Best regards,
    Christophe
  19. Re: [RESOLVED] [SQLite] after create Table Temp, Recorset of Datetime get only year

    OMG, I realize that I still have and always a lot to learn.
    thank you very much
  20. Re: [SQLite] after create Table Temp, Recorset of Datetime get only year

    Hi,
    the inconvenient is that I have do list all field in :

    With Cnn.CreateCommand("Insert Into Task(IDUser, datStart, datEnd)" & vbCrLf & _
    If in the future I would add a new field, I'm always...
  21. Re: [RESOLVED] [SQLite] after create Table Temp, Recorset of Datetime get only year

    Hello,
    I would never imagine this code !
    Thank you very much !
    christophe
  22. Re: [SQLite] after create Table Temp, Recorset of Datetime get only year

    Yes good idea.and it's okay like this (remove le looping)

    SQL = "UPDATE TaskCopy SET ID=NULL,IDUser=?,IDLastUser=?, datstart=datetime(datstart,'" & dDeltaDay & " day'), datEnd=datetime(datEnd,'"...
  23. [RESOLVED] [SQLite] after create Table Temp, Recorset of Datetime get only year

    Hi, I do make copy of a lot of appointments by example from a week to another. The problem is that I do change Datetime and keep hour.

    1°) I create a Temporary Table
    2°) I loop over this...
  24. Replies
    1
    Views
    1,845

    WinHttp and Https

    Hello,

    I want to use an SSL connection. My webhosts (Ovh.com) give an SSL shared. I can use a connection like https://ssl3.ovh.net/~mylogin/... without password and login. Just to secure data

    ...
  25. Replies
    2
    Views
    7,192

    Re: Async in VB6 ?

    wuuu ! It's huge! Thanks you
  26. Replies
    2
    Views
    7,192

    [RESOLVED] Async in VB6 ?

    Hello,
    I'm looking for a sample to place a procedure in another thread. So, to do like in c# Async/await...
    I found a sample in a very good website but this website is "falling" : No download...
  27. Re: [RESOLVED] [SQLite] Escapes special characters in a string

    ok thanks I use it!
    (big change : dhRichClient3.dll 490kb -> vbRichClient5.dll 3670kb !)
  28. Re: [SQLite] Escapes special characters in a string

    yes ^^ !!

    Thank you very much.
  29. Re: [SQLite] Escapes special characters in a string

    ok !
    So, if I follow your advise, it's better do to like this :

    With connector.createCommand("UPDATE mytable SET a=?, b=? WHERE id = 1 ")
    .SetText 1, textbox.text
    .SetInt32 2, numvalue...
  30. Replies
    8
    Views
    1,175

    Re: Shell function syntax

    Hello, Why do you not use ShellExecute ?
    ShellExecute (0, "Open", "C:\Readmems.exe", vbnullstring,vbnullstring,10)
  31. [RESOLVED] [SQLite] Escapes special characters in a string

    Hello,
    What is the correct method when I Insert or Update string field ?
    I use the dhRichClient(3) and I think there is no function like mysql_real_escape_string .
    So if a textbox.text = "My...
  32. [RESOLVED] [VB Rich Client] - How to serializee unserialize a object collection to JSON

    Hello All,

    I am using wunderfull VB Rich Client and I want to serialize a collection of object in JSON Format

    I have not found sample using the function .SerializeToJsonString ; I load object...
Results 1 to 32 of 32



Click Here to Expand Forum to Full Width