Page 3 of 3 FirstFirst 123
Results 81 to 89 of 89

Thread: Krools Common Controls - Documentation and an Update/Compile Utility

  1. #81

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2015
    Location
    Colorado USA
    Posts
    271

    Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Version 3.5 is at the bottom of the first post. It now works with VBCCRxx up through 18 (v1.8).

  2. #82
    Addicted Member
    Join Date
    Oct 2014
    Posts
    128

    Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Hello MountainMan!

    When compiling "DriveComboDemo" (linked above), the following error is reported, please help you deal with it. Thank you!

    Error Message:
    FolderCompress = ErrCatch("Cannot set compression for " & Quote(anFSD.Path), -1&, True, , ErrCtrl)

    Name:  ????_20240821194747.jpg
Views: 3210
Size:  44.3 KB

    Name:  ????_20240821194811.jpg
Views: 3137
Size:  42.6 KB

    Name:  ????_20240821195310.jpg
Views: 3254
Size:  37.0 KB

  3. #83
    Junior Member
    Join Date
    Nov 2024
    Location
    USA, Pennsylvania
    Posts
    21

    Lightbulb Conversion Tool for vb6 OCX to Krool OCX

    First, many thanks for your contributions and support.

    Your update utility requires a project that was already converted to Krool's OCX.
    Hexagora's (out-of-support) UNICODE OCX suite comes with a nice utility (PrjConv.exe) that allows conversion from a project that has NOT been converted yet (to Hexagora's controls -- not to Krool's controls).

    Please consider adding that option to your utility? It would be a big time saver and would make the transition much easier.

    Name:  Hexagora1.png
Views: 3122
Size:  32.5 KB

    Name:  Hexagora2.png
Views: 3084
Size:  16.4 KB

    Name:  Hexagora3.png
Views: 3198
Size:  14.1 KB
    Last edited by Condor3; Jan 2nd, 2025 at 08:45 AM.

  4. #84
    Junior Member
    Join Date
    Dec 2020
    Posts
    29

    Re: Conversion Tool for vb6 OCX to Krool OCX

    Excellent utility, thanks. I'd like to update our code to the current VBFLXGRD18, and see that the utility only goes to 17. I see where you are using this in Set_xx_Flex, but in looking at the GUIDs in Krool's post for 18, I see four CLSIDs instead of three (which I can confirm for the prior versions). So, I'm afraid I must ask for a bit of help. Thanks, and happy new year!

  5. #85
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,538

    Re: Krools Common Controls - Documentation and an Update/Compile Utility

    In fact, we need a general version management system.?Use the OCX version for testing. The source code is used for the final compilation.

    For many of these open source controls or other libraries.
    It's also good to keep multiple versions of the source code. Because the new version may have a lot of bugs, the old version is smaller.

    Some versions can be used seamlessly, and some versions can not be directly compatible because they are too modified, so they need to modify a lot of things.

    Better add another one. For a project with multiple controls. Userconrtol, if we only need to keep one. You can use code to automatically remove redundant other controls or modules. It would be better if we could delete all the unnecessary API declaration data structures and redundant functions.

    In short, if there are four user controls in a control project, I only need to extract one of them and delete all the unnecessary code.

  6. #86
    Junior Member
    Join Date
    Dec 2020
    Posts
    29

    Re: Conversion Tool for vb6 OCX to Krool OCX

    Quote Originally Posted by TheLeePiper View Post
    Excellent utility, thanks. I'd like to update our code to the current VBFLXGRD18, and see that the utility only goes to 17. I see where you are using this in Set_xx_Flex, but in looking at the GUIDs in Krool's post for 18, I see four CLSIDs instead of three (which I can confirm for the prior versions). So, I'm afraid I must ask for a bit of help. Thanks, and happy new year!
    Just following up on this to see if you have near-term plans to add VBFLXGRD18 to your migration utility. Not pressing, just planning. Thanks!

  7. #87
    Fanatic Member
    Join Date
    Jul 2017
    Posts
    761

    Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Thank you so much! They work amazingly!

  8. #88
    New Member woeoio's Avatar
    Join Date
    Jan 2022
    Posts
    12

    Cool Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Or, you can also refer to this document.

    VBCCR (VB6 ActiveX Universal Control Alternative Library) supports native unicode characters
    https://doc.vb6.pro/vbccr/

  9. #89
    Hyperactive Member
    Join Date
    Jan 2018
    Posts
    340

    Re: Krools Common Controls - Documentation and an Update/Compile Utility

    Quote Originally Posted by woeoio View Post
    Or, you can also refer to this document.

    VBCCR (VB6 ActiveX Universal Control Alternative Library) supports native unicode characters
    https://doc.vb6.pro/vbccr/
    Very nice. But you should give a separate attribution / link to this thread, not just Krool's main thread, since they are separate authors.

Page 3 of 3 FirstFirst 123

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width