Hi all,
I have a thread changes in a control in a form in a windows forms application,
I implement the invoke method for prevent threading cross access,
but when I close the form, the second thread still work and try to access to the control and throw an object reference not set to an instance of object exception
how can I assure preventing second thread working if the first one is not alive
without manual checking recommended
thanks in advance