Disable items in a CheckedListBox

  • Thread starter Thread starter Bobby
  • Start date Start date
B

Bobby

I want to enable/disable individual items in a checkedlistbox. I have a
field in a db that tells me whether the item should be enabled. I am
just not sure how to disable an item in the checkedlistbox

Thanks,

Robert
 
Bobby,

I don't believe that you can do this. If you do, you will have to do
some (a lot probably) custom window message handling.

I think a better solution would be to not include these items in the
list.

Hope this helps.
 
Back
Top