Hi,
Is it possible to update Windows Form objects (ie. TextBox, ComboBox, etc) while in a QueuedTask? I keep getting the "wrong thread" exception error.
What I am doing is working with a selected feature, to populate fields on a form. Is there a recommended way of dealing with this?
Thanks,