mahmud_uk

mahmud_uk

  • NA
  • 48
  • 0

comboBox event handlers

Jul 19 2004 11:34 AM
Hi there, I've added these items in the comboBox range. this.comboBox1.Items.AddRange(new object[] {"Test1", "Test2"0; They come up in a drop down menu. How do i make these iteams event handlers, i.e. when Test1 selected (clicked) i want to open a file or or form box etcc. Any idea Thanks

Answers (1)