Search:

Type: Posts; User: Nanni

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: [RESOLVED] How to Convert plain Sqlite DB to a Cypher DB

    Hi Olaf
    Thanks for help.
    I tried your code and it works perfectly
    Thanks again
  2. Re: How to Convert plain Sqlite DB to a Cypher DB

    Thanks for your help
  3. Re: How to Convert plain Sqlite DB to a Cypher DB

    I apologize.
    Maybe I failed to explain my problem correctly.
    I have a standard SQLite database and would like to clone this Db into an encrypted database using VB6 code.
    I tried to google and...
  4. Re: How to Convert plain Sqlite DB to a Cypher DB

    Hi Olaf
    I mean encrypting the SQLite-DB-data via SQLCipher
  5. Re: How to Convert plain Sqlite DB to a Cypher DB

    I just wanted to know if it was possible to do this using vb6 code. Sorry if that wasn't relevant
  6. [RESOLVED] How to Convert plain Sqlite DB to a Cypher DB

    Hi
    I would like to know if there is a way to convert a plain Sqlite db to a Cypher Sqlite DB
    The DB have data inside
    Thanks
  7. Re: Installing compiled VB6 packages in Win10 / 64-bit

    Hi,
    Sorry for the question, but where did you download the Microsoft "Compatibility Administrator" (32-bit version for VB6) from?
  8. Re: [VB6, Vista+] Host Windows Explorer on your form: navigation tree and/or folder

    Hi Fafalone
    you test version works in IDE.
    I checked the differences between your Test version and the modified ExplorerBrowser_Rev2 version.
    In the cNSTEvents class,were missing the line of code...
  9. Re: [VB6, Vista+] Host Windows Explorer on your form: navigation tree and/or folder

    Hi Fafalone,thanks for reply.
    I ran the compiled version after inserting your changes and it worked.
    Why does everything freeze when launched in the IDE after right-click in the navigation tree?
    ...
  10. Re: [VB6, Vista+] Host Windows Explorer on your form: navigation tree and/or folder

    Hi Fafalone
    Sorry,

    but I didn't understand how to solve the right-click crash in the tree.
  11. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    Hi
    Thanks for pointing me in the right direction.
    I used Mith's information, modifying the registry, because I didn't want to modify the VB6 executable.
    Now I can run "TaskDialogIndirect" in Vb6...
  12. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    Hi Fafalone
    sorry for this stupid and newbie question.
    I'm trying to launch your "TaskDialogIndirect" from the VB6 IDE in Win10, but I always get "Error 453, Unable to point entry to comctl32.dll"...
  13. Replies
    6
    Views
    5,271

    Re: Using RegAsm.exe in Visual Basic 6

    Hi Karen16
    If you don't have solved, I have attached a small project that allows you to use RegAsm from code.
  14. Replies
    6
    Views
    5,271

    Re: Using RegAsm.exe in Visual Basic 6

    Hi
    Take a look http://www.vbforums.com/showthread.php?671700-RESOLVED-RegAsm-and-Windows-7 maybe it helps...or you can use Registration Free COM...
  15. Replies
    47
    Views
    31,537

    Re: VB6 - Simple Sock

    Hi couttsj
    sorry for question.
    Could you post an example of how to use your SMTP servers?
    Thanks for your effort
  16. Replies
    29
    Views
    6,169

    Re: 32bpp "XP" icons, VB6, Win10 RS1

    The program don't work. I get invalid picture. Winxp sp3 vb6 sp6
  17. Re: VB6 ActiveMovie (quartz.dll) FullScreenMode

    At the top of this thread is a menu option called "Thread Tools" and it has an option to mark this thread resolved. Doing that keeps people from trying to help when the issue has been resolved....
  18. Re: VB6 ActiveMovie (quartz.dll) FullScreenMode

    DJL86,
    try this little dirty demo.
    Don't use obj_VideoWindow.FullScreenMode=True
    Valid settings for the obj_VideoWindow.WindowStyle property are inclused.

    Double Click over your video window...
  19. Re: VB6 ActiveMovie (quartz.dll) FullScreenMode

    I do not know if this can help you.
    Paste this code in your start form.
    Change strFileName with yours video path
    Add a pictureBox (picScreen)
    Run the code
    Click over your video window


    'in...
  20. Replies
    48
    Views
    15,112

    Re: [Newbie] Cloud database on VB6

    Hello Olaf
    why using your code in post2 i get the error "security error message"?
    Please,can you improve your demo in post2 adding authentication in the sample code?
    Thanks for yout time and...
  21. Replies
    48
    Views
    15,112

    Re: [Newbie] Cloud database on VB6

    Hello,
    Using code in post2 i get the error "security error message".

    Req.Open "POST", "https://vbRichClient.com/asp/ADODBTest.asp", False
    If I change to
    Req.Open "POST",...
  22. Re: Draw simultaneously on the same image in two different sized picturebox using vb6

    Ok Solved
    I'm using :
    X=(int(X*LargePictureboxWidth/SmallPictureboxWidth +.5))
    Y=(int(Y*LargePictureboxHeight/SmallPictureboxHeight +.5))
  23. Re: Draw simultaneously on the same image in two different sized picturebox using vb6

    I need to Draw Lines, Rectangles, Circles, Polygons and Arrows.
    What could be the fastest method?
  24. Re: Draw simultaneously on the same image in two different sized picturebox using vb6

    Hi Passel
    thanks for reply.
    Stretching the image from the smaller picturebox to the bigger picuterebox, there could be a loss of quality.
    I was thinking, if it was possible to map pixels using...
  25. [RESOLVED] Draw simultaneously on the same image in two different sized picturebox using vb6

    Hi
    I have a question and do not know how to start.
    I have two Picturebox Controls. The first picturebox (320x240) is smaller than the second picturebox (800x600).
    All the two Picturebox contain...
  26. Replies
    1
    Views
    1,198

    vbRichClient SQLite-wrapper

    Hi
    I am trying to use the SQLite-wrapper which comes with the vbRichClient.
    The cConnection has the Function LastDBError, but return error as string.
    To avoid duplicate I use a unique Primary Key....
  27. Re: [VB6] Register any control as a drop target that shows the Explorer drag image

    Hello
    running on XP sp3 I get Run-Time error 430

    Set pDTH = New DragDropHelper
  28. Thread: wanted: PSC CDs

    by Nanni
    Replies
    54
    Views
    36,510

    Re: wanted: PSC CDs

    Hi Jonney
    the Leandro Forum's isn't closed
  29. Re: [VB6] - Class for waiting asynchronous kernel objects.

    Hi
    Thanks for example.
    Now I have learned how to use WaitForMultipleObjects
  30. Re: [VB6] - Class for waiting asynchronous kernel objects.

    Hi
    I made change in code

    tmr.vbWaitForMultipleObjects NumEvent, VarPtr(hTimer(0)), 0&, INFINITE
    but always crash.
    Also looking at your class in
    Public Function Abort
    I see only reference to ...
  31. Re: [VB6] - Class for waiting asynchronous kernel objects.

    Hi
    I tweaked in this way:



    Dim hTimer() As Long
    Dim EventCount As Long

    Private Sub Form_Load()
    Set tmr = New clsTrickWait
  32. Re: Obtaining the GPS coordinates from a GPS enabled device

    Hi
    Some code sample for parsing NMEA from https://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=63143&lngWId=1

    Try to search "NMEA Parser VB6" in google and you'll find many other...
  33. Re: [VB6] - Class for waiting asynchronous kernel objects.

    Hi
    in your class i see a function
    Function vbWaitForMultipleObjects
    When you use this function?

    For WaitableTimer: you need to create multiple instances of the same class for handle multiple...
  34. Replies
    19
    Views
    1,459

    Re: Date Diff based current date

    There seems to be a bit of confusion about the terms and relative translation in english

    Trimestre (italian word) -> is three-months period (I do not know how to translate correctly in...
  35. Replies
    19
    Views
    1,459

    Re: Date Diff based current date

    Ciao Luca
    non ho capto bene il problema.A te interessa sapere a quale trimestre appartiene una data?

    Hi Luca
    I did not I pick well problema.You want to know which quarter contains your date?
    ...
  36. Replies
    22
    Views
    31,296

    Re: [RESOLVED] VLC ActiveX Control

    Hello PsuFan
    for play local file add
    file:/// before your local path
  37. Re: Help to convert some Javascript code to vb6

    Thanks I have resolved
  38. [RESOLVED] Help to convert some Javascript code to vb6

    Hi

    I need to convert some Javascript code to VB6,but I'm in trouble

    This is the Javascript code:




    for(var c = false, i = -1, l = 84, j = l - 1; ++i < l; j = i)
  39. Re: Logarithmic function for Audio Slider

    Hi Lenggries

    Thank you all for the awesome explanations.
    Thanks to all for help and suggestions.

    My problem was solved

    Thank you all for the time spent
  40. Re: Logarithmic function for Audio Slider

    Hi jemidiah

    Thanks for your time and kidness.

    I'll try to explain better.

    The human perception of loudness is not linear, it is logarithmic.
    The slider will be used to adjust the sound...
Results 1 to 40 of 125
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width