Results 1 to 40 of 4215

Thread: CommonControls (Replacement of the MS common controls)

Threaded View

  1. #9
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,721

    Re: CommonControls (Replacement of the MS common controls)

    Hello Krool,

    I added a ListBoxW with Style to CheckBox, but it seems that the items selected set by code have no effect:

    Code:
        ListBoxW1.AddItem "AAA"
        ListBoxW1.Selected(ListBoxW1.NewIndex) = True
        ListBoxW1.AddItem "BBB"
        ListBoxW1.Selected(ListBoxW1.NewIndex) = True
        ListBoxW1.AddItem "CCC"
    Edit: I just found the new property ItemChecked. Anyway, it seems to be an issue for backward compatibility with the VB.ListBox.

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