Hello Krool,
I added a ListBoxW with Style to CheckBox, but it seems that the items selected set by code have no effect:
Edit: I just found the new property ItemChecked. Anyway, it seems to be an issue for backward compatibility with the VB.ListBox.Code:ListBoxW1.AddItem "AAA" ListBoxW1.Selected(ListBoxW1.NewIndex) = True ListBoxW1.AddItem "BBB" ListBoxW1.Selected(ListBoxW1.NewIndex) = True ListBoxW1.AddItem "CCC"




Reply With Quote