Messagebox.show(expcombo.Items.Add(expcombo.Text));
I wonder how you can let this work,
expcombo.Items.Add(expcombo.Text) isn't a string.
expcombo.Text is a property of the entire combobox, why do you want to show it as a selectable item in the combobox itself?
Last edited by ddanbe; Dec 26th, 2008 at 8:18 am.
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny