Yes I read it and figured it out..now I have another problem

DirectCast(ActiveControl, CheckedListBox).checked = False

This worked when it was

DirectCast(ActiveControl, CheckedBox).checked = False

But now it doesn't with checkedlistbox.

What is the proper conversion?