Hi All

I have two forms that are shown at the same time when my application starts. I have a timer on both forms. Form A has a timer that runs every 20 seconds

Form B has a timer that runs every 100ms.

When Form A timer runs its pauses the timer in Form B until the timer has finished doing its job.

How do I get these timers to run idependantly so that neither of the timers effect each other??

Regards

Djbell