I have a child window that has a timer event which runs code that could take up to 3-5 seconds to run, timer kicks off every 2 minutes.
From a user perspective the app seems to stop for a bit (while the code in the timer event is running). Is there a way I can run this timer event in the background so that it does not effect the main app.
Dave V.