Search:

Type: Posts; User: Carlos Rocha

Page 1 of 12 1 2 3 4

Search: Search took 0.06 seconds.

  1. Re: RC6 Collection PropTry Bug or Misunderstanding?

    sorry, misanderstood
  2. Replies
    24
    Views
    1,870

    Re: Very slow access

    Confirmed, very fast now
  3. Replies
    24
    Views
    1,870

    Re: Very slow access

    The slowness happens to me too. It seems something is being cooked then the page is displayed fast.
  4. Re: RC6 CONTROL POINTS - Error 91 Obj Var not set?

    Shouldn't you assign CP.Key to sKey AFTER making sure CP is not nothing?
  5. Re: [VB6 RC6 SQLITE] Trouble with Table ID and INSERT

    cConnection.CreateCommand() mimics the way used in Ado and other wrappers. I guess it uses internally sqlite3_exec that you can explore here
  6. Re: MemDB.BeginTrans | MemDB.CommitTrans - Purpose and Usage?

    Basically it assures data consistency. Everything in between BeginTrans and CommitTrans is only effective in the DB after the late, so there's no risk in the data in case of any error in commands....
  7. Re: VB6/RC6 Question: changing properties of created widget

    Crystal clear :check:
  8. Re: VB6/RC6 Question: changing properties of created widget

    Yeah, it seems the returned "widget" is a Variant

    Maybe
    DIM W as cWidgetBase
    set W = Widgets.Item(Key_or_Index)
    W.Visible = false
  9. Re: VB6/RC6 Question: changing properties of created widget

    Widgets.Item(Key_or_Index) ?
  10. Re: Question concerning Olaf's Sqlite server

    Right from the source:
    https://www.sqlite.org/fasterthanfs.html
  11. Re: Fast File Search Utility App Demo With Source

    Thank you :cool:
  12. Re: Is Karl Peterson's MConsole Console COM component still available?

    Try the top menu here https://classicvb.net/
  13. Replies
    6
    Views
    1,126

    Re: RC6 : New version ?

    Thank you Olaf for the new version :thumb:
    Is RC6Widgets source available somewhere?
  14. Re: Cairo Wiget / Form setout question

    Hi Olaf,
    I sent you a PM a few weeks ago and got no answer, I wonder if I'm in your black list :)

    (sorry for jeopardize the thread, a useful one btw)
  15. Replies
    22
    Views
    4,467

    Re: LibreOffice

    :thumb:
  16. Replies
    22
    Views
    4,467

    Re: LibreOffice

    I can't answer that, and to fully control LibreOffice you still have a long way to run. I did that a long ago and was able to do nearly all I needed at the time, but I don't use it anymore.
    Start...
  17. Replies
    22
    Views
    4,467

    Re: LibreOffice

    Yes, that's the first step, then you can try and test the other code in the sample, and learn the basics from the comments.
  18. Replies
    22
    Views
    4,467

    Re: LibreOffice

    You need to create a reference to ServiceManager using


    Dim ServiceManager As Object
    Set ServiceManager = CreateObject("com.sun.star.ServiceManager")
  19. Replies
    22
    Views
    4,467

    Re: LibreOffice

    You can start HERE
    It's a long way, tho

    EDIT: My advice is to start by exploring the menu on the right. It is full of useful information
  20. Replies
    23
    Views
    4,334

    Re: Transmit Executables

    Well, I have Win10 and now I can't download from vbRichClient with Opera (chrome based). Have no problems with firefox.
  21. Replies
    5
    Views
    2,198

    Re: RC6 possible bug

    Nothing has changed in my side. The same W10, the same old VO from 2012, but you are right about ummm, it doesn't generate these comClasses for vbRichClient5 either.
    And in fact the generated class...
  22. Replies
    5
    Views
    2,198

    Re: RC6 possible bug

    Olaf, sorry to bother you again :(

    I still have issues with RC6, this time related with cWidgetBase. VO generates the following:

    METHOD Init(ObjID, fROTCHECK) CLASS cWidgetRoot

    self:cIID...
  23. Replies
    5
    Views
    2,198

    Re: RC6 possible bug

    Yes, I mean ProgID.
    So I can safely remove those vb* classes from my code.
    Thanks
  24. Replies
    5
    Views
    2,198

    RC6 possible bug

    Hi Olaf, as you know I generate (in VO) class wrappers for COM libraries to allow early bounding from my side.
    While generating them for RC6 I found these strange things

    METHOD Init(ObjID,...
  25. Re: Does New-Basic really need class inheritance?

    We know already your opinion about a new COM based VB, but your comments always make me smile. Thank you for being you :)
  26. Re: Initial open of form with particular OCX takes 30+ seconds | SLOW

    It's probably related with the printer driver. TX has an option to format the text to the printer or the screen. Check it it makes any difference
  27. Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)

    Thanks, this info will save me lots of time.
  28. Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)

    Hi Krool,

    I would like to replace C1 vsFlexGrid (that I use for years) with your VBFlexGrid as it seems to be up there with it.
    In vsFlexGrid I'm able to "replace" the standard EditWindow with a...
  29. Re: VB6 PDFium-Binding (Viewing + Text- and ImageExports)

    What I mean is the OLDER version available is for Office 2013 and it doesn't include the Imaging Tools.
    The last one with MODI is for Office 2007 and MS link simply "disappeared".
    I was hoping that...
  30. Re: VB6 PDFium-Binding (Viewing + Text- and ImageExports)

    I think I tried from everywhere. All I could get is for Office 2013.
    I guess it's a no way road now.
    Thanks anyway.
  31. Re: VB6 PDFium-Binding (Viewing + Text- and ImageExports)

    SharePoint Designer for Office 2007 is no long available. I was able to install MDI to TIFF though, and got mdi2tif.exe, mstfcore.dll, mstfink.dll, msptls.dll, and richedit20.dll inside Program...
  32. Re: VB6 PDFium-Binding (Viewing + Text- and ImageExports)

    Well, I "googled" around and couldn't get an installer to download. What is that "officepack"?
    All I could find was some tricky solutions from microsoft itself. Is there a simple solution to deploy...
  33. Re: VB6 PDFium-Binding (Viewing + Text- and ImageExports)

    But one needs to have Microsoft Office, right?
  34. Re: VB6 PDFium-Binding (Viewing + Text- and ImageExports)

    Nice job, and very useful :)
    Thank you
  35. Replies
    6
    Views
    1,735

    Re: SQlite Close connection

    There's no close method. I think you must set cnn to nothing to free it.
  36. Replies
    3
    Views
    772

    Re: Test cThreadHandler

    Shouldn't the method to receive the event in your test program be named TH_OnResponseFinished ?
  37. Re: vb6 Compact & repair sqlite database

    Just google for SQLite vacuum
  38. Replies
    2
    Views
    926

    A few questions about ActCtx

    I'm thinking about using Microsoft.Windows.ActCtx to replace my resource based manifest solution for SxS, but I have a couple of doubts.

    As I use many OCXs/DLLs, including a few homemade, do I...
  39. Re: Help with improving my SQL query (SQLite)

    I think I agree with techgnome.
    What I see is identical tables with T1 not having a ParentGUID, and a typical case for a CTE.
  40. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Perfect, thank you :)
Results 1 to 40 of 457
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width