I am trying to read a combobox.Text from a thread other than the thread it was created on but I am getting the error:
An unhandled exception of type
You can do it like this:
this.Invoke((MethodInvoker)delegate() { text = combobox.Text; });