mugsy_69

mugsy_69

  • NA
  • 1
  • 0

enable/disable ListBox items

Feb 1 2005 1:21 PM
Is there a way to enable or disable specific indices within a ListBox or CheckedListBox based on the state of a seperate index? This will be in a windows application. e.g. string [] things= {"thing1", "thing2"}; listBox1.Items.AddRange(things); //Is there a way to have thing2 disabled until thing1 is selected? Thanks in advance! JW