Search:

Type: Posts; User: hwoarang

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    VBTypes 2.1.4 (15-Jan-2023)

    - ListEx: add First and Last properties, add Concat method.
  2. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    VBTypes 2.1.3 (8-Jan-2023)

    - ArrayEx: fix issue when Sorted flag was not reset on array termination;
    - Add Decrement and Increment methods to all numeric types.
  3. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    What google related links? Project on GitHub is obsolete and I'm not going to support it there in anyway. You have all needed URLs in topic header and duplicates in last few messages. I cant...
  4. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    Please, read documentation - https://bitbucket.org/hwoarang84/vbtypes/wiki/Home. You need to execute git submodule update --progress --init --force --remote -- "Ext/vbCore since this project depends...
  5. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    Use this link https://bitbucket.org/hwoarang84/vbtypes/get/main.zip
  6. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    VBTypes 2.1.2 (8-Aug-2021)

    - DateTimeEx: add HasDatePortion, HasTimePortion properties and AddQuarters method;
    - DateTimeEx: fix interval add methods;
    - Enhance tests
  7. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    VBTypes 2.1.1 (12-Apr-2021)

    - DateTimeEx: fix properties behavior
    - Minor performance adjustments
  8. Re: how to transparency Button like Listbox by vb6?

    It is reasonable to translate comments in code into English. I am a native russian speaker too, but if you do share your code in community - try your best to make everything "english-compatible"....
  9. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    Please, read documentation. Mentioned module as well as others is located in external project. You need to get it as git submodule command before opening solution
  10. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    Hi. I've released an updated library 2.1.0. See all related info at https://bitbucket.org/hwoarang84/vbtypes/wiki/Home.

    Major updates:
    - Redesigned interfaces, refactored code
    - Name of library...
  11. Re: [VB6] VB6.tlb - Passing a ParamArray without Copying

    Hi, DEXWERX.

    Is there a code without TLB to steal paramarray into variant variable?

    Regards.
  12. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 2.0.0 (8-Nov-2019) NOTE: this version is not binary compatible with previous versions.

    - Implement IFTypeConvertible interface;
    - DateTimeEx: fix incorrectly working Add* methods;
    -...
  13. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.93 (16-Jul-2019)

    - StringEx: add Contains property;
    - Update documentation.
  14. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.92 (08-Jul-2019)

    - Common.ToNumber: fix incorrect parse result in case of only one numeric char exist in string.
  15. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.91 (07-Jul-2019)

    - ArrayEx & ListEx: fix excess item creation when Add method failed internally;
    - ArrayEx: fix wrong cut of last delimiter in ToString method;
    - ListEx: fix wrong...
  16. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.90 (04-Jul-2019)

    - ArrayEx: defaults Sorted flag when Item is set, fix incorrect AddRange behavior;
    - ListEx: inherit base functionality from ArrayEx class;
    - Update documentation.
  17. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.89 (02-Jun-2019)

    - ListEx: fix inability to store inner arrays;
    - Update documentation.
  18. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.88 (20-Jan-2019)

    - ArrayEx: fix indexes conversion mistake that caused Item, ToList and ToString to work incorrectly with multidimensional arrays;
    - ListEx: fix wrong Sorted property...
  19. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.87 (31-Dec-2018)

    - ArrayEx & ListEx: fix inability to store objects;
    - Update documentation.
  20. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.86 (22-Dec-2018)

    - StringEx: add IsEmptyOrWhiteSpace property;
    - StringEx: optimize TrimL/TrimR methods performance;
    - Update documentation.
  21. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.85 (22-Sep-2018) NOTE: this version is not binary compatible with previous versions.

    - TypesInterface: add Size property and modify all classes implementations appropriately;
    - Update...
  22. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.84 (03-Sep-2018) NOTE: this version is not binary compatible with previous versions.

    - ListEx: add UsePartialMatchForStrings parameter to IndexOf property;
    - Update documentation.
  23. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.83 (26-Aug-2018)

    - ListEx: optimize Distinct method to perform sorting only if needed, reverse sorting flag in Reverse method;
    - Update documentation.
  24. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.82 (02-Aug-2018) NOTE: this version is not binary compatible with previous versions.

    - ListEx: implement binary search for IndexOf property (array should be sorted), extend Sorted...
  25. Re: [VB6] IEnumVARIANT / For Each support without a typelib

    The difference is that in your sample you need to declare a private Collection variable inside your custom class to use enumeration supported by this collection out of the box. Thus you need to store...
  26. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.81 (26-Apr-2018) NOTE: this version is not binary compatible with previous versions.

    - ListEx: add CompareMethod argument to IndexOf method;
    - Update documentation;
    - Fix test...
  27. Re: [VB6] IEnumVARIANT / For Each support without a typelib

    Yes, I'm aware of that. The reason of standard iterators do not recheck bounds actually is thread safety.

    I do not think that modifying a collection inside a loop should never be done because...
  28. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes project needs to be recompiled by developers who use it since changes in referenced Enumerator.bas module of Shared project...
  29. Re: [VB6] IEnumVARIANT / For Each support without a typelib

    Hi, DEXWERX.

    I found a bug and fixed it. The issue is in IEnumVARIANT_Next method. And this issues is referenced to a case when you loop some collection and do remove an element inside iteration....
  30. Replies
    26
    Views
    18,930

    Re: Wrapper for VB6 Collections

    Great! Thank you very much :)
  31. Replies
    26
    Views
    18,930

    Re: Wrapper for VB6 Collections

    Hi Elroy.

    Do you mind if I include this class to FTypes project? Is this collection a bug-free for now?

    Thank you in advance.
  32. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    Yes. You're right. Thanks. Demo is bit obsolete - i will try to adjust it soon. As for Compare method - it is now Equals property. Done so because of unified approach to methods that should return...
  33. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    G:\Shared is your local interpretation of reference. There are notes in project WIKI (https://bitbucket.org/hwoarang84/ftypes/wiki/Home) that there is a dependency from...
  34. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes project moved to BitBucket (https://bitbucket.org/hwoarang84/ftypes/src)
  35. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.8 (17-Feb-2018) NOTE: this version is not binary compatible with previous versions.

    - ListEx: add Reverse method;
    - StringEx: move Compare method to Equals property, Find method to...
  36. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.75 (22-Jan-2018)

    - TypesFactory: use Parse method instead of Value property.
  37. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.74 (16-Jan-2018)

    - ListEx: fix missing checks for array items count (f.e. caused Distinct to add new item by accident);
    - ListEx: fix not inherited Sorted flag after Clone method using.
  38. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.73 (14-Jan-2018)

    - ListEx: add Sorted property (see updated documentation);
    - Documentation updated.
  39. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.72 (14-Jan-2018)

    - Fix memory corruption in internal ArrayDestroy method.
  40. Replies
    118
    Views
    92,186

    Re: VB6 Built-in types extension library (FTypes)

    FTypes 1.9.71 (14-Jan-2018)

    - ListEx: fix impossibility to enlarge array items count using Resize method due to wrong argument validation.
Results 1 to 40 of 110
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width