If I understand your problem, you want a timer alway running, not paused by mouse actions.

Add another form to your project and make it invisible. Put a timer to this invisible form, so it will not receive mouse events

I didn't try it, it's just a suggestion. I think it may work.