In my main form I have a timer that is doing periodic work that I want to keep happening when a new form is opened.
The work involves checking a TCP listener for connections as well as other non GUI communicating with hardware.
If a modal form is opened does this timer in the parent form keep running even though the parent form GUI is inactive ?
Thanks