Results 1 to 40 of 55

Thread: CheckBoxCombo 1.4 (A professional, effective and ready-to-use Multi-select ComboBox)

Threaded View

  1. #15
    gibra
    Guest

    Re: CheckBoxCombo 1.3 (A professional, effective and ready-to-use Multi-select ComboB

    Quote Originally Posted by Dragokas View Post
    PGBSoft, confirmed. Good work.
    I agree 100%, for version 1.3.3 too.

    However, seem that ItemData property can't be set by code. Example:

    Code:
        With cboUser
            .Clear
            .AddItem "MyItem"
            .ItemData(.NewIndex) = rs!IDUser
        End With
    Why?

    ItemData seem to be a Method read-only, instead of Property as with standard VB.ComboBox and also third-party comboboxes.

    This creates a problem when we use your CheckBoxCombo control with pre-existing routines that populate the comboboxes.
    Compatibility is completely lost.
    Last edited by gibra; Jul 25th, 2018 at 04:17 AM.

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