I have a form and several external classes (serial port, file access) that the form creates.
1) What is the easiest way to start an instance of an external class in its own thread?
2) Is the instance thread automatically terminated when the form closes?
source
share