PDA

View Full Version : Today's VB 2005 Quick Question


cameronlanni
12-12-2006, 11:58 PM
I'm trying to make a certain item in a CheckedList Box read-only (or otherwise non-selectable). I'm using this code:

lstExample.Items.Item(10).SetReadOnly = True


And am getting an error. I'm sure there is a way to do it, and I'm sure I'm rather close, but not quite there. Any suggesstions?

Thanks,
Cameron