Hey guys, I've an issue when it comes to multithreading
i seem to get this error after updating a variable...
Cross-thread operation not valid: Control 'progressBar1' accessed from a thread other than the thread it was created on.
Basically I'm trying to use a progress bar indicator to show the applications status. Any ideas of what i'm doing wrong here?
Thanks...