I'm using a background thread in my application with this example:
Do you guys know any easy way to catch exceptions being thrown in the
background thread and show error on the mainForm?
Do you guys know any easy way to catch exceptions being thrown in the
background thread and show error on the mainForm?
Comment