comboBox event handlers
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
kovanPosted Jul 19, 2004, 11:54 AM